Html Css Color HEX #81EDEF Electric Blue

📋 copy color: '#81EDEF'

red 129 ◦ green 237 ◦ blue 239

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

Shades of Electric Blue #81EDEF

Tints of Electric Blue #81EDEF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.17%

 BLUE value IS 239 (93.75% from 255) = 39.5%

R = 21.32%
G = 39.17%
B = 39.5%

CMYK

 C value IS 0.46

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#81EDEF (or 0x81EDEF) is known color: Electric Blue. HEX triplet: 81, ED and EF. RGB value is (129,237,239). Sum of RGB (Red+Green+Blue) = 129+237+239=605 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.32% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #81EDEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EDEF is #7E1210. Grayscale: #CCCCCC. Windows color (decimal): -8262161 or 15723905. OLE color: 15723905.

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

Color convert

RGB 129 237 239 -
CMYK 0.46 0.01 0 0.06
HSL 181.09º 0.77% 0.72% -
HSV(B) 181.09º 0.46% 0.94% -
XYZ 54.92 71.47 92.56 -
YUV 204.94 147.22 73.84 -
System Red Green Blue C M Y K H S L
Decimal 129 237 239 0.46 0.01 0 0.06 181.09 0.77 0.72
Hex 81 ED EF 2E 1 0 6 B5 4D 48
Octal 201 355 357 56 1 0 6 265 115 110
Binary 10000001 11101101 11101111 101110 1 0 110 10110101 1001101 1001000

Color Harmonies of #81EDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81EDEF

Black with #81EDEF

Text Example


Text Example

White with #81EDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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