Html Css Color HEX #81FEFC Electric Blue

📋 copy color: '#81FEFC'

red 129 ◦ green 254 ◦ blue 252

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

Shades of Electric Blue #81FEFC

Tints of Electric Blue #81FEFC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40%

 BLUE value IS 252 (98.83% from 255) = 39.69%

R = 20.31%
G = 40%
B = 39.69%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#81FEFC (or 0x81FEFC) is known color: Electric Blue. HEX triplet: 81, FE and FC. RGB value is (129,254,252). Sum of RGB (Red+Green+Blue) = 129+254+252=635 (84% of max value = 765). Red value is 129 (50.78% from 255 or 20.31% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #81FEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FEFC is #7E0103. Grayscale: #D8D8D8. Windows color (decimal): -8257796 or 16580225. OLE color: 16580225.

HSL color Cylindrical-coordinate representation of color #81FEFC: hue angle of 179.04º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FEFC is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB 129 254 252 -
CMYK 0.49 0 0.01 0.00
HSL 179.04º 0.98% 0.75% -
HSV(B) 179.04º 0.49% 1% -
XYZ 62.07 82.58 104.76 -
YUV 216.4 148.09 65.66 -
System Red Green Blue C M Y K H S L
Decimal 129 254 252 0.49 0 0.01 0.00 179.04 0.98 0.75
Hex 81 FE FC 31 0 1 0 B3 62 4B
Octal 201 376 374 61 0 1 0 263 142 113
Binary 10000001 11111110 11111100 110001 0 1 0 10110011 1100010 1001011

Color Harmonies of #81FEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81FEFC

Black with #81FEFC

Text Example


Text Example

White with #81FEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,254,252); }

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

background-color css

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

 a { background-color: rgb(129,254,252); }

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

border-color css

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

 span { border-color: rgb(129,254,252); }

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