#85DAFB

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

Shades of Light Sky Blue #85DAFB

Tints of Light Sky Blue #85DAFB

Color information

#85DAFB (or 0x85DAFB) is unknown color: approx Light Sky Blue. HEX triplet: 85, DA and FB. RGB value is (133,218,251). Sum of RGB (Red+Green+Blue) = 133+218+251=602 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.09% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #85DAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DAFB is #7A2504. Grayscale: #C4C4C4. Windows color (decimal): -8004869 or 16505477. OLE color: 16505477.

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

Color convert

RGB133218251-
CMYK0.470.1300.02
HSL196.78º93.65%75.29%-
HSV(B)196.78º47.01%98.43%-
XYZ52.1662.09100.5-
YUV196.35158.8482.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.09%
GREEN value IS 218 (85.55% from 255) = 36.21%
BLUE value IS 251 (98.44% from 255) = 41.69%
R=22.09%
G=36.21%
B=41.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332182510.470.1300.02196.7893.6575.29
Hex85DAFB2FD02c55e4b
Octal205332373571502305136113
Binary10000101110110101111101110111111010101100010110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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