#85D7FA

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

Shades of Light Sky Blue #85D7FA

Tints of Light Sky Blue #85D7FA

Color information

#85D7FA (or 0x85D7FA) is unknown color: approx Light Sky Blue. HEX triplet: 85, D7 and FA. RGB value is (133,215,250). Sum of RGB (Red+Green+Blue) = 133+215+250=598 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.24% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #85D7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85D7FA is #7A2805. Grayscale: #C2C2C2. Windows color (decimal): -8005638 or 16439173. OLE color: 16439173.

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

Color convert

RGB133215250-
CMYK0.470.1400.02
HSL197.95º92.13%75.1%-
HSV(B)197.95º46.8%98.04%-
XYZ51.2360.4999.42-
YUV194.47159.3384.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.24%
GREEN value IS 215 (84.38% from 255) = 35.95%
BLUE value IS 250 (98.05% from 255) = 41.81%
R=22.24%
G=35.95%
B=41.81%

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
Decimal1332152500.470.1400.02197.9592.1375.1
Hex85D7FA2FE02c65c4b
Octal205327372571602306134113
Binary10000101110101111111101010111111100101100011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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