#85CAFA

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

Shades of Light Sky Blue #85CAFA

Tints of Light Sky Blue #85CAFA

Color information

#85CAFA (or 0x85CAFA) is unknown color: approx Light Sky Blue. HEX triplet: 85, CA and FA. RGB value is (133,202,250). Sum of RGB (Red+Green+Blue) = 133+202+250=585 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.74% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #85CAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CAFA is #7A3505. Grayscale: #BABABA. Windows color (decimal): -8008966 or 16435845. OLE color: 16435845.

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

Color convert

RGB133202250-
CMYK0.470.1900.02
HSL204.62º92.13%75.1%-
HSV(B)204.62º46.8%98.04%-
XYZ48.0554.1398.36-
YUV186.84163.6489.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.74%
GREEN value IS 202 (79.30% from 255) = 34.53%
BLUE value IS 250 (98.05% from 255) = 42.74%
R=22.74%
G=34.53%
B=42.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332022500.470.1900.02204.6292.1375.1
Hex85CAFA2F1302cd5c4b
Octal205312372572302315134113
Binary100001011100101011111010101111100110101100110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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