#85CAED

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

Shades of Sky Blue #85CAED

Tints of Sky Blue #85CAED

Color information

#85CAED (or 0x85CAED) is unknown color: approx Sky Blue. HEX triplet: 85, CA and ED. RGB value is (133,202,237). Sum of RGB (Red+Green+Blue) = 133+202+237=572 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.25% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #85CAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CAED is #7A3512. Grayscale: #B9B9B9. Windows color (decimal): -8008979 or 15583877. OLE color: 15583877.

HSL color Cylindrical-coordinate representation of color #85CAED: hue angle of 200.19º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85CAED is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB133202237-
CMYK0.440.1500.07
HSL200.19º74.29%72.55%-
HSV(B)200.19º43.88%92.94%-
XYZ46.0853.3487.99-
YUV185.36157.1490.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.25%
GREEN value IS 202 (79.30% from 255) = 35.31%
BLUE value IS 237 (92.97% from 255) = 41.43%
R=23.25%
G=35.31%
B=41.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1332022370.440.1500.07200.1974.2972.55
Hex85CAED2CF07c84a49
Octal205312355541707310112111
Binary100001011100101011101101101100111101111100100010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,202,237); }

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

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

 a { background-color: rgb(133,202,237); }

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

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

 span { border-color: rgb(133,202,237); }

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