#85DDEE

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

Shades of Sky Blue #85DDEE

Tints of Sky Blue #85DDEE

Color information

#85DDEE (or 0x85DDEE) is unknown color: approx Sky Blue. HEX triplet: 85, DD and EE. RGB value is (133,221,238). Sum of RGB (Red+Green+Blue) = 133+221+238=592 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.47% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #85DDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DDEE is #7A2211. Grayscale: #C4C4C4. Windows color (decimal): -8004114 or 15654277. OLE color: 15654277.

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

Color convert

RGB133221238-
CMYK0.440.0700.07
HSL189.71º75.54%72.75%-
HSV(B)189.71º44.12%93.33%-
XYZ50.9662.8790.34-
YUV196.63151.3582.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.47%
GREEN value IS 221 (86.72% from 255) = 37.33%
BLUE value IS 238 (93.36% from 255) = 40.20%
R=22.47%
G=37.33%
B=40.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1332212380.440.0700.07189.7175.5472.75
Hex85DDEE2C707be4c49
Octal20533535654707276114111
Binary10000101110111011110111010110011101111011111010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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