#85D7FB

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

Shades of Light Sky Blue #85D7FB

Tints of Light Sky Blue #85D7FB

Color information

#85D7FB (or 0x85D7FB) is unknown color: approx Light Sky Blue. HEX triplet: 85, D7 and FB. RGB value is (133,215,251). Sum of RGB (Red+Green+Blue) = 133+215+251=599 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.20% from 599); Green value is 215 (84.38% from 255 or 35.89% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #85D7FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85D7FB is #7A2804. Grayscale: #C2C2C2. Windows color (decimal): -8005637 or 16504709. OLE color: 16504709.

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

Color convert

RGB133215251-
CMYK0.470.1400.02
HSL198.31º93.65%75.29%-
HSV(B)198.31º47.01%98.43%-
XYZ51.3960.55100.25-
YUV194.59159.8384.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.20%
GREEN value IS 215 (84.38% from 255) = 35.89%
BLUE value IS 251 (98.44% from 255) = 41.90%
R=22.20%
G=35.89%
B=41.90%

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
Decimal1332152510.470.1400.02198.3193.6575.29
Hex85D7FB2FE02c65e4b
Octal205327373571602306136113
Binary10000101110101111111101110111111100101100011010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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