#85CDEE

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

Shades of Sky Blue #85CDEE

Tints of Sky Blue #85CDEE

Color information

#85CDEE (or 0x85CDEE) is unknown color: approx Sky Blue. HEX triplet: 85, CD and EE. RGB value is (133,205,238). Sum of RGB (Red+Green+Blue) = 133+205+238=576 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.09% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #85CDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CDEE is #7A3211. Grayscale: #BBBBBB. Windows color (decimal): -8008210 or 15650181. OLE color: 15650181.

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

Color convert

RGB133205238-
CMYK0.440.1400.07
HSL198.86º75.54%72.75%-
HSV(B)198.86º44.12%93.33%-
XYZ46.9454.8289-
YUV187.23156.6589.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.09%
GREEN value IS 205 (80.47% from 255) = 35.59%
BLUE value IS 238 (93.36% from 255) = 41.32%
R=23.09%
G=35.59%
B=41.32%

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
Decimal1332052380.440.1400.07198.8675.5472.75
Hex85CDEE2CE07c74c49
Octal205315356541607307114111
Binary100001011100110111101110101100111001111100011110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,205,238); }

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

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

 a { background-color: rgb(133,205,238); }

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

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

 span { border-color: rgb(133,205,238); }

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