#85D2F1

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

Shades of Sky Blue #85D2F1

Tints of Sky Blue #85D2F1

Color information

#85D2F1 (or 0x85D2F1) is unknown color: approx Sky Blue. HEX triplet: 85, D2 and F1. RGB value is (133,210,241). Sum of RGB (Red+Green+Blue) = 133+210+241=584 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.77% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #85D2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85D2F1 is #7A2D0E. Grayscale: #BEBEBE. Windows color (decimal): -8006927 or 15848069. OLE color: 15848069.

HSL color Cylindrical-coordinate representation of color #85D2F1: hue angle of 197.22º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85D2F1 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB133210241-
CMYK0.450.1300.05
HSL197.22º79.41%73.33%-
HSV(B)197.22º44.81%94.51%-
XYZ48.657.4391.74-
YUV190.51156.4986.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.77%
GREEN value IS 210 (82.42% from 255) = 35.96%
BLUE value IS 241 (94.53% from 255) = 41.27%
R=22.77%
G=35.96%
B=41.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1332102410.450.1300.05197.2279.4173.33
Hex85D2F12DD05c54f49
Octal205322361551505305117111
Binary100001011101001011110001101101110101011100010110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,210,241); }

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

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

 a { background-color: rgb(133,210,241); }

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

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

 span { border-color: rgb(133,210,241); }

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