#85DFEF

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

Shades of Sky Blue #85DFEF

Tints of Sky Blue #85DFEF

Color information

#85DFEF (or 0x85DFEF) is unknown color: approx Sky Blue. HEX triplet: 85, DF and EF. RGB value is (133,223,239). Sum of RGB (Red+Green+Blue) = 133+223+239=595 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.35% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #85DFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DFEF is #7A2010. Grayscale: #C5C5C5. Windows color (decimal): -8003601 or 15720325. OLE color: 15720325.

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

Color convert

RGB133223239-
CMYK0.440.0700.06
HSL189.06º76.81%72.94%-
HSV(B)189.06º44.35%93.73%-
XYZ51.6463.9991.29-
YUV197.91151.1881.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.35%
GREEN value IS 223 (87.5% from 255) = 37.48%
BLUE value IS 239 (93.75% from 255) = 40.17%
R=22.35%
G=37.48%
B=40.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1332232390.440.0700.06189.0676.8172.94
Hex85DFEF2C706bd4d49
Octal20533735754706275115111
Binary10000101110111111110111110110011101101011110110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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