#81EEE7

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

Shades of Electric Blue #81EEE7

Tints of Electric Blue #81EEE7

Color information

#81EEE7 (or 0x81EEE7) is unknown color: approx Electric Blue. HEX triplet: 81, EE and E7. RGB value is (129,238,231). Sum of RGB (Red+Green+Blue) = 129+238+231=598 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.57% from 598); Green value is 238 (93.36% from 255 or 39.80% from 598); Blue value is 231 (90.62% from 255 or 38.63% from 598); Max value from RGB is 238 - color contains mainly: green. Hex color #81EEE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EEE7 is #7E1118. Grayscale: #CCCCCC. Windows color (decimal): -8261913 or 15199873. OLE color: 15199873.

HSL color Cylindrical-coordinate representation of color #81EEE7: hue angle of 176.15º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EEE7 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB129238231-
CMYK0.4600.030.07
HSL176.15º76.22%71.96%-
HSV(B)176.15º45.8%93.33%-
XYZ54.0571.5986.57-
YUV204.61142.8974.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.57%
GREEN value IS 238 (93.36% from 255) = 39.80%
BLUE value IS 231 (90.62% from 255) = 38.63%
R=21.57%
G=39.80%
B=38.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292382310.4600.030.07176.1576.2271.96
Hex81EEE72E037b04c48
Octal20135634756037260114110
Binary1000000111101110111001111011100111111011000010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81EEE7; }

 p { color: rgb(129,238,231); }

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

<style>
 a { background-color: #81EEE7; }

 a { background-color: rgb(129,238,231); }

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

<style>
 span { border-color: #81EEE7; }

 span { border-color: rgb(129,238,231); }

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