#85C8FA

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

Shades of Light Sky Blue #85C8FA

Tints of Light Sky Blue #85C8FA

Color information

#85C8FA (or 0x85C8FA) is unknown color: approx Light Sky Blue. HEX triplet: 85, C8 and FA. RGB value is (133,200,250). Sum of RGB (Red+Green+Blue) = 133+200+250=583 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.81% from 583); Green value is 200 (78.52% from 255 or 34.31% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #85C8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C8FA is #7A3705. Grayscale: #B9B9B9. Windows color (decimal): -8009478 or 16435333. OLE color: 16435333.

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

Color convert

RGB133200250-
CMYK0.470.200.02
HSL205.64º92.13%75.1%-
HSV(B)205.64º46.8%98.04%-
XYZ47.5853.298.2-
YUV185.67164.390.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.81%
GREEN value IS 200 (78.52% from 255) = 34.31%
BLUE value IS 250 (98.05% from 255) = 42.88%
R=22.81%
G=34.31%
B=42.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332002500.470.200.02205.6492.1375.1
Hex85C8FA2F1402ce5c4b
Octal205310372572402316134113
Binary100001011100100011111010101111101000101100111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,200,250); }

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

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

 a { background-color: rgb(133,200,250); }

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

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

 span { border-color: rgb(133,200,250); }

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