#85DBFB

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

Shades of Light Sky Blue #85DBFB

Tints of Light Sky Blue #85DBFB

Color information

#85DBFB (or 0x85DBFB) is unknown color: approx Light Sky Blue. HEX triplet: 85, DB and FB. RGB value is (133,219,251). Sum of RGB (Red+Green+Blue) = 133+219+251=603 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.06% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #85DBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DBFB is #7A2404. Grayscale: #C4C4C4. Windows color (decimal): -8004613 or 16505733. OLE color: 16505733.

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

Color convert

RGB133219251-
CMYK0.470.1300.02
HSL196.27º93.65%75.29%-
HSV(B)196.27º47.01%98.43%-
XYZ52.4262.61100.59-
YUV196.93158.5182.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.06%
GREEN value IS 219 (85.94% from 255) = 36.32%
BLUE value IS 251 (98.44% from 255) = 41.63%
R=22.06%
G=36.32%
B=41.63%

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
Decimal1332192510.470.1300.02196.2793.6575.29
Hex85DBFB2FD02c45e4b
Octal205333373571502304136113
Binary10000101110110111111101110111111010101100010010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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