#85E3F7

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

Shades of Sky Blue #85E3F7

Tints of Sky Blue #85E3F7

Color information

#85E3F7 (or 0x85E3F7) is unknown color: approx Sky Blue. HEX triplet: 85, E3 and F7. RGB value is (133,227,247). Sum of RGB (Red+Green+Blue) = 133+227+247=607 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.91% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 247 - color contains mainly: blue. Hex color #85E3F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85E3F7 is #7A1C08. Grayscale: #C9C9C9. Windows color (decimal): -8002569 or 16245637. OLE color: 16245637.

HSL color Cylindrical-coordinate representation of color #85E3F7: hue angle of 190.53º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85E3F7 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB133227247-
CMYK0.460.0800.03
HSL190.53º87.69%74.51%-
HSV(B)190.53º46.15%96.86%-
XYZ53.9366.6498.02-
YUV201.17153.8679.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.91%
GREEN value IS 227 (89.06% from 255) = 37.40%
BLUE value IS 247 (96.88% from 255) = 40.69%
R=21.91%
G=37.40%
B=40.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1332272470.460.0800.03190.5387.6974.51
Hex85E3F72E803bf584b
Octal205343367561003277130113
Binary10000101111000111111011110111010000111011111110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E3F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,227,247); }

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

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

 a { background-color: rgb(133,227,247); }

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

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

 span { border-color: rgb(133,227,247); }

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