Html Css Color HEX #81FAEA Electric Blue

📋 copy color: '#81FAEA'

red 129 ◦ green 250 ◦ blue 234

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

Shades of Electric Blue #81FAEA

Tints of Electric Blue #81FAEA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.78%

 BLUE value IS 234 (91.8% from 255) = 38.17%

R = 21.04%
G = 40.78%
B = 38.17%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#81FAEA (or 0x81FAEA) is known color: Electric Blue. HEX triplet: 81, FA and EA. RGB value is (129,250,234). Sum of RGB (Red+Green+Blue) = 129+250+234=613 (81% of max value = 765). Red value is 129 (50.78% from 255 or 21.04% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #81FAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FAEA is #7E0515. Grayscale: #D3D3D3. Windows color (decimal): -8258838 or 15399553. OLE color: 15399553.

HSL color Cylindrical-coordinate representation of color #81FAEA: hue angle of 172.07º degrees, saturation: 0.92, 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 #81FAEA is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 129 250 234 -
CMYK 0.48 0 0.06 0.02
HSL 172.07º 0.92% 0.74% -
HSV(B) 172.07º 0.48% 0.98% -
XYZ 58.09 78.98 90.02 -
YUV 212 140.41 68.8 -
System Red Green Blue C M Y K H S L
Decimal 129 250 234 0.48 0 0.06 0.02 172.07 0.92 0.74
Hex 81 FA EA 30 0 6 2 AC 5C 4A
Octal 201 372 352 60 0 6 2 254 134 112
Binary 10000001 11111010 11101010 110000 0 110 10 10101100 1011100 1001010

Color Harmonies of #81FAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81FAEA

Black with #81FAEA

Text Example


Text Example

White with #81FAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,250,234); }

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

background-color css

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

 a { background-color: rgb(129,250,234); }

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

border-color css

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

 span { border-color: rgb(129,250,234); }

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