#85DAFA

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

Shades of Light Sky Blue #85DAFA

Tints of Light Sky Blue #85DAFA

Color information

#85DAFA (or 0x85DAFA) is unknown color: approx Light Sky Blue. HEX triplet: 85, DA and FA. RGB value is (133,218,250). Sum of RGB (Red+Green+Blue) = 133+218+250=601 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.13% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #85DAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DAFA is #7A2505. Grayscale: #C4C4C4. Windows color (decimal): -8004870 or 16439941. OLE color: 16439941.

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

Color convert

RGB133218250-
CMYK0.470.1300.02
HSL196.41º92.13%75.1%-
HSV(B)196.41º46.8%98.04%-
XYZ5262.0399.68-
YUV196.23158.3482.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.13%
GREEN value IS 218 (85.55% from 255) = 36.27%
BLUE value IS 250 (98.05% from 255) = 41.60%
R=22.13%
G=36.27%
B=41.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332182500.470.1300.02196.4192.1375.1
Hex85DAFA2FD02c45c4b
Octal205332372571502304134113
Binary10000101110110101111101010111111010101100010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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