#85DBEA

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

Shades of Sky Blue #85DBEA

Tints of Sky Blue #85DBEA

Color information

#85DBEA (or 0x85DBEA) is unknown color: approx Sky Blue. HEX triplet: 85, DB and EA. RGB value is (133,219,234). Sum of RGB (Red+Green+Blue) = 133+219+234=586 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.70% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #85DBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DBEA is #7A2415. Grayscale: #C2C2C2. Windows color (decimal): -8004630 or 15391621. OLE color: 15391621.

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

Color convert

RGB133219234-
CMYK0.430.0600.08
HSL188.91º70.63%71.96%-
HSV(B)188.91º43.16%91.76%-
XYZ49.8661.5987.1-
YUV195150.0183.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.70%
GREEN value IS 219 (85.94% from 255) = 37.37%
BLUE value IS 234 (91.80% from 255) = 39.93%
R=22.70%
G=37.37%
B=39.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332192340.430.0600.08188.9170.6371.96
Hex85DBEA2B608bd4748
Octal205333352536010275107110
Binary100001011101101111101010101011110010001011110110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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