#85DDFF

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

Shades of Light Sky Blue #85DDFF

Tints of Light Sky Blue #85DDFF

Color information

#85DDFF (or 0x85DDFF) is unknown color: approx Light Sky Blue. HEX triplet: 85, DD and FF. RGB value is (133,221,255). Sum of RGB (Red+Green+Blue) = 133+221+255=609 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.84% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #85DDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DDFF is #7A2200. Grayscale: #C6C6C6. Windows color (decimal): -8004097 or 16768389. OLE color: 16768389.

HSL color Cylindrical-coordinate representation of color #85DDFF: hue angle of 196.72º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85DDFF is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB133221255-
CMYK0.480.1300
HSL196.72º100%76.08%-
HSV(B)196.72º47.84%100%-
XYZ53.5863.92104.12-
YUV198.56159.8581.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.84%
GREEN value IS 221 (86.72% from 255) = 36.29%
BLUE value IS 255 (100% from 255) = 41.87%
R=21.84%
G=36.29%
B=41.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332212550.480.1300196.7210076.08
Hex85DDFF30D00c5644c
Octal205335377601500305144114
Binary1000010111011101111111111100001101001100010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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