Html Css Color HEX #81FEFA Electric Blue

📋 copy color: '#81FEFA'

red 129 ◦ green 254 ◦ blue 250

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

Shades of Electric Blue #81FEFA

Tints of Electric Blue #81FEFA

RGB

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

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

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

R = 20.38%
G = 40.13%
B = 39.49%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#81FEFA (or 0x81FEFA) is known color: Electric Blue. HEX triplet: 81, FE and FA. RGB value is (129,254,250). Sum of RGB (Red+Green+Blue) = 129+254+250=633 (83% of max value = 765). Red value is 129 (50.78% from 255 or 20.38% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #81FEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FEFA is #7E0105. Grayscale: #D8D8D8. Windows color (decimal): -8257798 or 16449153. OLE color: 16449153.

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

Color convert

RGB 129 254 250 -
CMYK 0.49 0 0.02 0.00
HSL 178.08º 0.98% 0.75% -
HSV(B) 178.08º 0.49% 1% -
XYZ 61.75 82.45 103.1 -
YUV 216.17 147.09 65.83 -
System Red Green Blue C M Y K H S L
Decimal 129 254 250 0.49 0 0.02 0.00 178.08 0.98 0.75
Hex 81 FE FA 31 0 2 0 B2 62 4B
Octal 201 376 372 61 0 2 0 262 142 113
Binary 10000001 11111110 11111010 110001 0 10 0 10110010 1100010 1001011

Color Harmonies of #81FEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81FEFA

Black with #81FEFA

Text Example


Text Example

White with #81FEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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