#81EBF0

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

Shades of Electric Blue #81EBF0

Tints of Electric Blue #81EBF0

Color information

#81EBF0 (or 0x81EBF0) is unknown color: approx Electric Blue. HEX triplet: 81, EB and F0. RGB value is (129,235,240). Sum of RGB (Red+Green+Blue) = 129+235+240=604 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.36% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #81EBF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EBF0 is #7E140F. Grayscale: #CBCBCB. Windows color (decimal): -8262672 or 15788929. OLE color: 15788929.

HSL color Cylindrical-coordinate representation of color #81EBF0: hue angle of 182.7º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EBF0 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB129235240-
CMYK0.460.0200.06
HSL182.7º78.72%72.35%-
HSV(B)182.7º46.25%94.12%-
XYZ54.4970.3893.15-
YUV203.88148.3874.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.36%
GREEN value IS 235 (92.19% from 255) = 38.91%
BLUE value IS 240 (94.14% from 255) = 39.74%
R=21.36%
G=38.91%
B=39.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1292352400.460.0200.06182.778.7272.35
Hex81EBF02E206b74f48
Octal20135336056206267117110
Binary1000000111101011111100001011101001101011011110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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