#85CEEA

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

Shades of Sky Blue #85CEEA

Tints of Sky Blue #85CEEA

Color information

#85CEEA (or 0x85CEEA) is unknown color: approx Sky Blue. HEX triplet: 85, CE and EA. RGB value is (133,206,234). Sum of RGB (Red+Green+Blue) = 133+206+234=573 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.21% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #85CEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CEEA is #7A3115. Grayscale: #BBBBBB. Windows color (decimal): -8007958 or 15388293. OLE color: 15388293.

HSL color Cylindrical-coordinate representation of color #85CEEA: hue angle of 196.63º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85CEEA is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB133206234-
CMYK0.430.1200.08
HSL196.63º70.63%71.96%-
HSV(B)196.63º43.16%91.76%-
XYZ46.655.0786.02-
YUV187.36154.3289.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.21%
GREEN value IS 206 (80.86% from 255) = 35.95%
BLUE value IS 234 (91.80% from 255) = 40.84%
R=23.21%
G=35.95%
B=40.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332062340.430.1200.08196.6370.6371.96
Hex85CEEA2BC08c54748
Octal2053163525314010305107110
Binary1000010111001110111010101010111100010001100010110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,206,234); }

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

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

 a { background-color: rgb(133,206,234); }

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

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

 span { border-color: rgb(133,206,234); }

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