#85DAFF

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

Shades of Light Sky Blue #85DAFF

Tints of Light Sky Blue #85DAFF

Color information

#85DAFF (or 0x85DAFF) is unknown color: approx Light Sky Blue. HEX triplet: 85, DA and FF. RGB value is (133,218,255). Sum of RGB (Red+Green+Blue) = 133+218+255=606 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.95% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #85DAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DAFF is #7A2500. Grayscale: #C4C4C4. Windows color (decimal): -8004865 or 16767621. OLE color: 16767621.

HSL color Cylindrical-coordinate representation of color #85DAFF: hue angle of 198.2º 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 #85DAFF is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB133218255-
CMYK0.480.1500
HSL198.2º100%76.08%-
HSV(B)198.2º47.84%100%-
XYZ52.7962.35103.86-
YUV196.8160.8482.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.95%
GREEN value IS 218 (85.55% from 255) = 35.97%
BLUE value IS 255 (100% from 255) = 42.08%
R=21.95%
G=35.97%
B=42.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332182550.480.1500198.210076.08
Hex85DAFF30F00c6644c
Octal205332377601700306144114
Binary1000010111011010111111111100001111001100011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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