#85C9FA

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

Shades of Light Sky Blue #85C9FA

Tints of Light Sky Blue #85C9FA

Color information

#85C9FA (or 0x85C9FA) is unknown color: approx Light Sky Blue. HEX triplet: 85, C9 and FA. RGB value is (133,201,250). Sum of RGB (Red+Green+Blue) = 133+201+250=584 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.77% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #85C9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C9FA is #7A3605. Grayscale: #B9B9B9. Windows color (decimal): -8009222 or 16435589. OLE color: 16435589.

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

Color convert

RGB133201250-
CMYK0.470.2000.02
HSL205.13º92.13%75.1%-
HSV(B)205.13º46.8%98.04%-
XYZ47.8153.6698.28-
YUV186.25163.9790.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.77%
GREEN value IS 201 (78.91% from 255) = 34.42%
BLUE value IS 250 (98.05% from 255) = 42.81%
R=22.77%
G=34.42%
B=42.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332012500.470.2000.02205.1392.1375.1
Hex85C9FA2F1402cd5c4b
Octal205311372572402315134113
Binary100001011100100111111010101111101000101100110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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