#85C5FC

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

Shades of Light Sky Blue #85C5FC

Tints of Light Sky Blue #85C5FC

Color information

#85C5FC (or 0x85C5FC) is unknown color: approx Light Sky Blue. HEX triplet: 85, C5 and FC. RGB value is (133,197,252). Sum of RGB (Red+Green+Blue) = 133+197+252=582 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.85% from 582); Green value is 197 (77.34% from 255 or 33.85% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #85C5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C5FC is #7A3A03. Grayscale: #B7B7B7. Windows color (decimal): -8010244 or 16565637. OLE color: 16565637.

HSL color Cylindrical-coordinate representation of color #85C5FC: hue angle of 207.73º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85C5FC is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB133197252-
CMYK0.470.2200.01
HSL207.73º95.2%75.49%-
HSV(B)207.73º47.22%98.82%-
XYZ47.2151.9599.63-
YUV184.13166.391.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.85%
GREEN value IS 197 (77.34% from 255) = 33.85%
BLUE value IS 252 (98.83% from 255) = 43.30%
R=22.85%
G=33.85%
B=43.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1331972520.470.2200.01207.7395.275.49
Hex85C5FC2F1601d05f4b
Octal205305374572601320137113
Binary10000101110001011111110010111110110011101000010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,197,252); }

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

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

 a { background-color: rgb(133,197,252); }

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

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

 span { border-color: rgb(133,197,252); }

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