#85CBE2

Color #85CBE2 Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #85CBE2

Tints of Sky Blue #85CBE2

Color information

#85CBE2 (or 0x85CBE2) is unknown color: approx Sky Blue. HEX triplet: 85, CB and E2. RGB value is (133,203,226). Sum of RGB (Red+Green+Blue) = 133+203+226=562 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.67% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 226 (88.67% from 255 or 40.21% from 562); Max value from RGB is 226 - color contains mainly: blue. Hex color #85CBE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CBE2 is #7A341D. Grayscale: #B8B8B8. Windows color (decimal): -8008734 or 14863237. OLE color: 14863237.

HSL color Cylindrical-coordinate representation of color #85CBE2: hue angle of 194.84º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85CBE2 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB133203226-
CMYK0.410.1000.11
HSL194.84º61.59%70.39%-
HSV(B)194.84º41.15%88.63%-
XYZ44.7653.1979.86-
YUV184.69151.3191.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.67%
GREEN value IS 203 (79.69% from 255) = 36.12%
BLUE value IS 226 (88.67% from 255) = 40.21%
R=23.67%
G=36.12%
B=40.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1332032260.410.1000.11194.8461.5970.39
Hex85CBE229A0Bc33e46
Octal205313342511201330376106
Binary100001011100101111100010101001101001011110000111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85CBE2; }

 p { color: rgb(133,203,226); }

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

<style>
 a { background-color: #85CBE2; }

 a { background-color: rgb(133,203,226); }

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

<style>
 span { border-color: #85CBE2; }

 span { border-color: rgb(133,203,226); }

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