Html Css Color HEX #81F2ED Electric Blue

📋 copy color: '#81F2ED'

red 129 ◦ green 242 ◦ blue 237

#81F2ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #81F2ED

Tints of Electric Blue #81F2ED

RGB

 RED value IS 129 (50.78% from 255) = 21.22%

 GREEN value IS 242 (94.92% from 255) = 39.8%

 BLUE value IS 237 (92.97% from 255) = 38.98%

R = 21.22%
G = 39.8%
B = 38.98%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#81F2ED (or 0x81F2ED) is known color: Electric Blue. HEX triplet: 81, F2 and ED. RGB value is (129,242,237). Sum of RGB (Red+Green+Blue) = 129+242+237=608 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.22% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 242 - color contains mainly: green. Hex color #81F2ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F2ED is #7E0D12. Grayscale: #CFCFCF. Windows color (decimal): -8260883 or 15594113. OLE color: 15594113.

HSL color Cylindrical-coordinate representation of color #81F2ED: hue angle of 177.35º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81F2ED is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 129 242 237 -
CMYK 0.47 0 0.02 0.05
HSL 177.35º 0.81% 0.73% -
HSV(B) 177.35º 0.47% 0.95% -
XYZ 56.09 74.29 91.5 -
YUV 207.64 144.56 71.91 -
System Red Green Blue C M Y K H S L
Decimal 129 242 237 0.47 0 0.02 0.05 177.35 0.81 0.73
Hex 81 F2 ED 2F 0 2 5 B1 51 49
Octal 201 362 355 57 0 2 5 261 121 111
Binary 10000001 11110010 11101101 101111 0 10 101 10110001 1010001 1001001

Color Harmonies of #81F2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81F2ED

Black with #81F2ED

Text Example


Text Example

White with #81F2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #81F2ED;
 }
 .AnyTagClassName
 {
   color: #81F2ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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