#85CCED

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

Shades of Sky Blue #85CCED

Tints of Sky Blue #85CCED

Color information

#85CCED (or 0x85CCED) is unknown color: approx Sky Blue. HEX triplet: 85, CC and ED. RGB value is (133,204,237). Sum of RGB (Red+Green+Blue) = 133+204+237=574 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.17% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #85CCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CCED is #7A3312. Grayscale: #BABABA. Windows color (decimal): -8008467 or 15584389. OLE color: 15584389.

HSL color Cylindrical-coordinate representation of color #85CCED: hue angle of 199.04º 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 #85CCED is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB133204237-
CMYK0.440.1400.07
HSL199.04º74.29%72.55%-
HSV(B)199.04º43.88%92.94%-
XYZ46.5554.2988.15-
YUV186.53156.4889.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.17%
GREEN value IS 204 (80.08% from 255) = 35.54%
BLUE value IS 237 (92.97% from 255) = 41.29%
R=23.17%
G=35.54%
B=41.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1332042370.440.1400.07199.0474.2972.55
Hex85CCED2CE07c74a49
Octal205314355541607307112111
Binary100001011100110011101101101100111001111100011110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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