Html Css Color HEX #81EFE7 Electric Blue

📋 copy color: '#81EFE7'

red 129 ◦ green 239 ◦ blue 231

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

Shades of Electric Blue #81EFE7

Tints of Electric Blue #81EFE7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.9%

 BLUE value IS 231 (90.63% from 255) = 38.56%

R = 21.54%
G = 39.9%
B = 38.56%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#81EFE7 (or 0x81EFE7) is known color: Electric Blue. HEX triplet: 81, EF and E7. RGB value is (129,239,231). Sum of RGB (Red+Green+Blue) = 129+239+231=599 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.54% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 231 (90.62% from 255 or 38.56% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #81EFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EFE7 is #7E1018. Grayscale: #CDCDCD. Windows color (decimal): -8261657 or 15200129. OLE color: 15200129.

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

Color convert

RGB 129 239 231 -
CMYK 0.46 0 0.03 0.06
HSL 175.64º 0.77% 0.72% -
HSV(B) 175.64º 0.46% 0.94% -
XYZ 54.34 72.17 86.67 -
YUV 205.2 142.56 73.65 -
System Red Green Blue C M Y K H S L
Decimal 129 239 231 0.46 0 0.03 0.06 175.64 0.77 0.72
Hex 81 EF E7 2E 0 3 6 B0 4D 48
Octal 201 357 347 56 0 3 6 260 115 110
Binary 10000001 11101111 11100111 101110 0 11 110 10110000 1001101 1001000

Color Harmonies of #81EFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81EFE7

Black with #81EFE7

Text Example


Text Example

White with #81EFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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