#85DFEE

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

Shades of Sky Blue #85DFEE

Tints of Sky Blue #85DFEE

Color information

#85DFEE (or 0x85DFEE) is unknown color: approx Sky Blue. HEX triplet: 85, DF and EE. RGB value is (133,223,238). Sum of RGB (Red+Green+Blue) = 133+223+238=594 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.39% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #85DFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DFEE is #7A2011. Grayscale: #C5C5C5. Windows color (decimal): -8003602 or 15654789. OLE color: 15654789.

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

Color convert

RGB133223238-
CMYK0.440.0600.07
HSL188.57º75.54%72.75%-
HSV(B)188.57º44.12%93.33%-
XYZ51.4963.9390.52-
YUV197.8150.6881.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.39%
GREEN value IS 223 (87.5% from 255) = 37.54%
BLUE value IS 238 (93.36% from 255) = 40.07%
R=22.39%
G=37.54%
B=40.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1332232380.440.0600.07188.5775.5472.75
Hex85DFEE2C607bd4c49
Octal20533735654607275114111
Binary10000101110111111110111010110011001111011110110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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