#81EBE8

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

Shades of Electric Blue #81EBE8

Tints of Electric Blue #81EBE8

Color information

#81EBE8 (or 0x81EBE8) is unknown color: approx Electric Blue. HEX triplet: 81, EB and E8. RGB value is (129,235,232). Sum of RGB (Red+Green+Blue) = 129+235+232=596 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.64% from 596); Green value is 235 (92.19% from 255 or 39.43% from 596); Blue value is 232 (91.02% from 255 or 38.93% from 596); Max value from RGB is 235 - color contains mainly: green. Hex color #81EBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EBE8 is #7E1417. Grayscale: #CACACA. Windows color (decimal): -8262680 or 15264641. OLE color: 15264641.

HSL color Cylindrical-coordinate representation of color #81EBE8: hue angle of 178.3º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81EBE8 is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB129235232-
CMYK0.4500.010.08
HSL178.3º72.6%71.37%-
HSV(B)178.3º45.11%92.16%-
XYZ53.3369.9187.03-
YUV202.96144.3875.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.64%
GREEN value IS 235 (92.19% from 255) = 39.43%
BLUE value IS 232 (91.02% from 255) = 38.93%
R=21.64%
G=39.43%
B=38.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1292352320.4500.010.08178.372.671.37
Hex81EBE82D018b24947
Octal201353350550110262111107
Binary1000000111101011111010001011010110001011001010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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