#85DDF9

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

Shades of Light Sky Blue #85DDF9

Tints of Light Sky Blue #85DDF9

Color information

#85DDF9 (or 0x85DDF9) is unknown color: approx Light Sky Blue. HEX triplet: 85, DD and F9. RGB value is (133,221,249). Sum of RGB (Red+Green+Blue) = 133+221+249=603 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.06% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #85DDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DDF9 is #7A2206. Grayscale: #C5C5C5. Windows color (decimal): -8004103 or 16375173. OLE color: 16375173.

HSL color Cylindrical-coordinate representation of color #85DDF9: hue angle of 194.48º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85DDF9 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133221249-
CMYK0.470.1100.02
HSL194.48º90.62%74.9%-
HSV(B)194.48º46.59%97.65%-
XYZ52.6363.5499.11-
YUV197.88156.8581.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.06%
GREEN value IS 221 (86.72% from 255) = 36.65%
BLUE value IS 249 (97.66% from 255) = 41.29%
R=22.06%
G=36.65%
B=41.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332212490.470.1100.02194.4890.6274.9
Hex85DDF92FB02c25b4b
Octal205335371571302302133113
Binary10000101110111011111100110111110110101100001010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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