#85DCF9

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

Shades of Light Sky Blue #85DCF9

Tints of Light Sky Blue #85DCF9

Color information

#85DCF9 (or 0x85DCF9) is unknown color: approx Light Sky Blue. HEX triplet: 85, DC and F9. RGB value is (133,220,249). Sum of RGB (Red+Green+Blue) = 133+220+249=602 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.09% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 249 (97.66% from 255 or 41.36% from 602); Max value from RGB is 249 - color contains mainly: blue. Hex color #85DCF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DCF9 is #7A2306. Grayscale: #C5C5C5. Windows color (decimal): -8004359 or 16374917. OLE color: 16374917.

HSL color Cylindrical-coordinate representation of color #85DCF9: hue angle of 195º 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 #85DCF9 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133220249-
CMYK0.470.1200.02
HSL195º90.62%74.9%-
HSV(B)195º46.59%97.65%-
XYZ52.3663.0199.03-
YUV197.29157.1882.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.09%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 249 (97.66% from 255) = 41.36%
R=22.09%
G=36.54%
B=41.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332202490.470.1200.0219590.6274.9
Hex85DCF92FC02c35b4b
Octal205334371571402303133113
Binary10000101110111001111100110111111000101100001110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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