#81EBEE

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

Shades of Electric Blue #81EBEE

Tints of Electric Blue #81EBEE

Color information

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

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

Color convert

RGB129235238-
CMYK0.460.0100.07
HSL181.65º76.22%71.96%-
HSV(B)181.65º45.8%93.33%-
XYZ54.1970.2691.59-
YUV203.65147.3874.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292352380.460.0100.07181.6576.2271.96
Hex81EBEE2E107b64c48
Octal20135335656107266114110
Binary100000011110101111101110101110101111011011010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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