#85F3E8

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

Shades of Electric Blue #85F3E8

Tints of Electric Blue #85F3E8

Color information

#85F3E8 (or 0x85F3E8) is unknown color: approx Electric Blue. HEX triplet: 85, F3 and E8. RGB value is (133,243,232). Sum of RGB (Red+Green+Blue) = 133+243+232=608 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.88% from 608); Green value is 243 (95.31% from 255 or 39.97% from 608); Blue value is 232 (91.02% from 255 or 38.16% from 608); Max value from RGB is 243 - color contains mainly: green. Hex color #85F3E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F3E8 is #7A0C17. Grayscale: #D0D0D0. Windows color (decimal): -7998488 or 15266693. OLE color: 15266693.

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

Color convert

RGB133243232-
CMYK0.4500.050.05
HSL174º82.09%73.73%-
HSV(B)174º45.27%95.29%-
XYZ56.2974.9187.84-
YUV208.86141.0673.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.88%
GREEN value IS 243 (95.31% from 255) = 39.97%
BLUE value IS 232 (91.02% from 255) = 38.16%
R=21.88%
G=39.97%
B=38.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1332432320.4500.050.0517482.0973.73
Hex85F3E82D055ae524a
Octal20536335055055256122112
Binary10000101111100111110100010110101011011010111010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,243,232); }

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

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

 a { background-color: rgb(133,243,232); }

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

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

 span { border-color: rgb(133,243,232); }

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