#98B3EA

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

Shades of Perano #98B3EA

Tints of Perano #98B3EA

Color information

#98B3EA (or 0x98B3EA) is unknown color: approx Perano. HEX triplet: 98, B3 and EA. RGB value is (152,179,234). Sum of RGB (Red+Green+Blue) = 152+179+234=565 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.90% from 565); Green value is 179 (70.31% from 255 or 31.68% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #98B3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B3EA is #674C15. Grayscale: #B0B0B0. Windows color (decimal): -6769686 or 15381400. OLE color: 15381400.

HSL color Cylindrical-coordinate representation of color #98B3EA: hue angle of 220.24º degrees, saturation: 0.66, 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 #98B3EA is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB152179234-
CMYK0.350.2400.08
HSL220.24º66.13%75.69%-
HSV(B)220.24º35.04%91.76%-
XYZ43.9244.8684.19-
YUV177.2160.05110.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.90%
GREEN value IS 179 (70.31% from 255) = 31.68%
BLUE value IS 234 (91.80% from 255) = 41.42%
R=26.90%
G=31.68%
B=41.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1521792340.350.2400.08220.2466.1375.69
Hex98B3EA231808dc424c
Octal2302633524330010334102114
Binary10011000101100111110101010001111000010001101110010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,179,234); }

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

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

 a { background-color: rgb(152,179,234); }

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

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

 span { border-color: rgb(152,179,234); }

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