Html Css Color HEX #81FAEB Electric Blue

📋 copy color: '#81FAEB'

red 129 ◦ green 250 ◦ blue 235

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

Shades of Electric Blue #81FAEB

Tints of Electric Blue #81FAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.27%

R = 21.01%
G = 40.72%
B = 38.27%

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

#81FAEB (or 0x81FAEB) is known color: Electric Blue. HEX triplet: 81, FA and EB. RGB value is (129,250,235). Sum of RGB (Red+Green+Blue) = 129+250+235=614 (81% of max value = 765). Red value is 129 (50.78% from 255 or 21.01% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #81FAEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FAEB is #7E0514. Grayscale: #D4D4D4. Windows color (decimal): -8258837 or 15465089. OLE color: 15465089.

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

Color convert

RGB 129 250 235 -
CMYK 0.48 0 0.06 0.02
HSL 172.56º 0.92% 0.74% -
HSV(B) 172.56º 0.48% 0.98% -
XYZ 58.23 79.04 90.78 -
YUV 212.11 140.91 68.72 -
System Red Green Blue C M Y K H S L
Decimal 129 250 235 0.48 0 0.06 0.02 172.56 0.92 0.74
Hex 81 FA EB 30 0 6 2 AD 5C 4A
Octal 201 372 353 60 0 6 2 255 134 112
Binary 10000001 11111010 11101011 110000 0 110 10 10101101 1011100 1001010

Color Harmonies of #81FAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81FAEB

Black with #81FAEB

Text Example


Text Example

White with #81FAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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