#85D9FB

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

Shades of Light Sky Blue #85D9FB

Tints of Light Sky Blue #85D9FB

Color information

#85D9FB (or 0x85D9FB) is unknown color: approx Light Sky Blue. HEX triplet: 85, D9 and FB. RGB value is (133,217,251). Sum of RGB (Red+Green+Blue) = 133+217+251=601 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.13% from 601); Green value is 217 (85.16% from 255 or 36.11% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #85D9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85D9FB is #7A2604. Grayscale: #C3C3C3. Windows color (decimal): -8005125 or 16505221. OLE color: 16505221.

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

Color convert

RGB133217251-
CMYK0.470.1400.02
HSL197.29º93.65%75.29%-
HSV(B)197.29º47.01%98.43%-
XYZ51.961.58100.42-
YUV195.76159.1783.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.13%
GREEN value IS 217 (85.16% from 255) = 36.11%
BLUE value IS 251 (98.44% from 255) = 41.76%
R=22.13%
G=36.11%
B=41.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332172510.470.1400.02197.2993.6575.29
Hex85D9FB2FE02c55e4b
Octal205331373571602305136113
Binary10000101110110011111101110111111100101100010110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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