#98B4EB

Color #98B4EB Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #98B4EB

Tints of Perano #98B4EB

Color information

#98B4EB (or 0x98B4EB) is unknown color: approx Perano. HEX triplet: 98, B4 and EB. RGB value is (152,180,235). Sum of RGB (Red+Green+Blue) = 152+180+235=567 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.81% from 567); Green value is 180 (70.70% from 255 or 31.75% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #98B4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B4EB is #674B14. Grayscale: #B1B1B1. Windows color (decimal): -6769429 or 15447192. OLE color: 15447192.

HSL color Cylindrical-coordinate representation of color #98B4EB: hue angle of 219.76º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98B4EB is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB152180235-
CMYK0.350.2300.08
HSL219.76º67.48%75.88%-
HSV(B)219.76º35.32%92.16%-
XYZ44.2745.3285.01-
YUV177.9160.22109.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 26.81%
GREEN value IS 180 (70.70% from 255) = 31.75%
BLUE value IS 235 (92.19% from 255) = 41.45%
R=26.81%
G=31.75%
B=41.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1521802350.350.2300.08219.7667.4875.88
Hex98B4EB231708dc434c
Octal2302643534327010334103114
Binary10011000101101001110101110001110111010001101110010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98B4EB; }

 p { color: rgb(152,180,235); }

 H1.HeaderClassName
 {
   color: #98B4EB;
 }
 .AnyTagClassName
 {
   color: #98B4EB;
 }
</style>
background-color css

<style>
 a { background-color: #98B4EB; }

 a { background-color: rgb(152,180,235); }

 div.DivClassName
 {
   background-color: #98B4EB;
 }
 .BgClassName
 {
   background-color: #98B4EB;
 }
</style>
border-color css

<style>
 span { border-color: #98B4EB; }

 span { border-color: rgb(152,180,235); }

 td.TdClassName
 {
   border-color: #98B4EB;
 }
 .TagClassName
 {
   border-color: #98B4EB;
 }
</style>