#85F7EA

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

Shades of Electric Blue #85F7EA

Tints of Electric Blue #85F7EA

Color information

#85F7EA (or 0x85F7EA) is unknown color: approx Electric Blue. HEX triplet: 85, F7 and EA. RGB value is (133,247,234). Sum of RGB (Red+Green+Blue) = 133+247+234=614 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.66% from 614); Green value is 247 (96.88% from 255 or 40.23% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 247 - color contains mainly: green. Hex color #85F7EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F7EA is #7A0815. Grayscale: #D3D3D3. Windows color (decimal): -7997462 or 15398789. OLE color: 15398789.

HSL color Cylindrical-coordinate representation of color #85F7EA: hue angle of 173.16º 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 #85F7EA is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB133247234-
CMYK0.4600.050.03
HSL173.16º87.69%74.51%-
HSV(B)173.16º46.15%96.86%-
XYZ57.7877.4589.75-
YUV211.43140.7372.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.66%
GREEN value IS 247 (96.88% from 255) = 40.23%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=21.66%
G=40.23%
B=38.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1332472340.4600.050.03173.1687.6974.51
Hex85F7EA2E053ad584b
Octal20536735256053255130113
Binary1000010111110111111010101011100101111010110110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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