#85DEEA

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

Shades of Sky Blue #85DEEA

Tints of Sky Blue #85DEEA

Color information

#85DEEA (or 0x85DEEA) is unknown color: approx Sky Blue. HEX triplet: 85, DE and EA. RGB value is (133,222,234). Sum of RGB (Red+Green+Blue) = 133+222+234=589 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.58% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #85DEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DEEA is #7A2115. Grayscale: #C4C4C4. Windows color (decimal): -8003862 or 15392389. OLE color: 15392389.

HSL color Cylindrical-coordinate representation of color #85DEEA: hue angle of 187.13º 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 #85DEEA is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB133222234-
CMYK0.430.0500.08
HSL187.13º70.63%71.96%-
HSV(B)187.13º43.16%91.76%-
XYZ50.6563.1787.37-
YUV196.76149.0182.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.58%
GREEN value IS 222 (87.11% from 255) = 37.69%
BLUE value IS 234 (91.80% from 255) = 39.73%
R=22.58%
G=37.69%
B=39.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332222340.430.0500.08187.1370.6371.96
Hex85DEEA2B508bb4748
Octal205336352535010273107110
Binary100001011101111011101010101011101010001011101110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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