#81F9ED

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

Shades of Electric Blue #81F9ED

Tints of Electric Blue #81F9ED

Color information

#81F9ED (or 0x81F9ED) is unknown color: approx Electric Blue. HEX triplet: 81, F9 and ED. RGB value is (129,249,237). Sum of RGB (Red+Green+Blue) = 129+249+237=615 (81% of max value = 765). Red value is 129 (50.78% from 255 or 20.98% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 249 - color contains mainly: green. Hex color #81F9ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F9ED is #7E0612. Grayscale: #D3D3D3. Windows color (decimal): -8259091 or 15595905. OLE color: 15595905.

HSL color Cylindrical-coordinate representation of color #81F9ED: hue angle of 174º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81F9ED is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB129249237-
CMYK0.4800.050.02
HSL174º90.91%74.12%-
HSV(B)174º48.19%97.65%-
XYZ58.2278.5392.21-
YUV211.75142.2468.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.98%
GREEN value IS 249 (97.66% from 255) = 40.49%
BLUE value IS 237 (92.97% from 255) = 38.54%
R=20.98%
G=40.49%
B=38.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292492370.4800.050.0217490.9174.12
Hex81F9ED30052ae5b4a
Octal20137135560052256133112
Binary1000000111111001111011011100000101101010111010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,249,237); }

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

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

 a { background-color: rgb(129,249,237); }

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

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

 span { border-color: rgb(129,249,237); }

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