#81EEEB

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

Shades of Electric Blue #81EEEB

Tints of Electric Blue #81EEEB

Color information

#81EEEB (or 0x81EEEB) is unknown color: approx Electric Blue. HEX triplet: 81, EE and EB. RGB value is (129,238,235). Sum of RGB (Red+Green+Blue) = 129+238+235=602 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.43% from 602); Green value is 238 (93.36% from 255 or 39.53% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 238 - color contains mainly: green. Hex color #81EEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EEEB is #7E1114. Grayscale: #CCCCCC. Windows color (decimal): -8261909 or 15462017. OLE color: 15462017.

HSL color Cylindrical-coordinate representation of color #81EEEB: hue angle of 178.35º 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 #81EEEB is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB129238235-
CMYK0.4600.010.07
HSL178.35º76.22%71.96%-
HSV(B)178.35º45.8%93.33%-
XYZ54.6271.8189.58-
YUV205.07144.8973.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.43%
GREEN value IS 238 (93.36% from 255) = 39.53%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=21.43%
G=39.53%
B=39.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292382350.4600.010.07178.3576.2271.96
Hex81EEEB2E017b24c48
Octal20135635356017262114110
Binary100000011110111011101011101110011111011001010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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