Html Css Color HEX #81F2FA Electric Blue

📋 copy color: '#81F2FA'

red 129 ◦ green 242 ◦ blue 250

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

Shades of Electric Blue #81F2FA

Tints of Electric Blue #81F2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.26%

R = 20.77%
G = 38.97%
B = 40.26%

CMYK

 C value IS 0.48

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#81F2FA (or 0x81F2FA) is known color: Electric Blue. HEX triplet: 81, F2 and FA. RGB value is (129,242,250). Sum of RGB (Red+Green+Blue) = 129+242+250=621 (82% of max value = 765). Red value is 129 (50.78% from 255 or 20.77% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #81F2FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F2FA is #7E0D05. Grayscale: #D0D0D0. Windows color (decimal): -8260870 or 16446081. OLE color: 16446081.

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

Color convert

RGB 129 242 250 -
CMYK 0.48 0.03 0 0.02
HSL 183.97º 0.92% 0.74% -
HSV(B) 183.97º 0.48% 0.98% -
XYZ 58.06 75.07 101.87 -
YUV 209.13 151.06 70.85 -
System Red Green Blue C M Y K H S L
Decimal 129 242 250 0.48 0.03 0 0.02 183.97 0.92 0.74
Hex 81 F2 FA 30 3 0 2 B8 5C 4A
Octal 201 362 372 60 3 0 2 270 134 112
Binary 10000001 11110010 11111010 110000 11 0 10 10111000 1011100 1001010

Color Harmonies of #81F2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81F2FA

Black with #81F2FA

Text Example


Text Example

White with #81F2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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