#85E1EC

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

Shades of Sky Blue #85E1EC

Tints of Sky Blue #85E1EC

Color information

#85E1EC (or 0x85E1EC) is unknown color: approx Sky Blue. HEX triplet: 85, E1 and EC. RGB value is (133,225,236). Sum of RGB (Red+Green+Blue) = 133+225+236=594 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.39% from 594); Green value is 225 (88.28% from 255 or 37.88% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #85E1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85E1EC is #7A1E13. Grayscale: #C6C6C6. Windows color (decimal): -8003092 or 15524229. OLE color: 15524229.

HSL color Cylindrical-coordinate representation of color #85E1EC: hue angle of 186.41º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85E1EC is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB133225236-
CMYK0.440.0500.07
HSL186.41º73.05%72.35%-
HSV(B)186.41º43.64%92.55%-
XYZ51.7464.8989.16-
YUV198.75149.0281.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.39%
GREEN value IS 225 (88.28% from 255) = 37.88%
BLUE value IS 236 (92.58% from 255) = 39.73%
R=22.39%
G=37.88%
B=39.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1332252360.440.0500.07186.4173.0572.35
Hex85E1EC2C507ba4948
Octal20534135454507272111110
Binary10000101111000011110110010110010101111011101010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,225,236); }

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

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

 a { background-color: rgb(133,225,236); }

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

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

 span { border-color: rgb(133,225,236); }

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