Html Css Color HEX #81FCFE Electric Blue

📋 copy color: '#81FCFE'

red 129 ◦ green 252 ◦ blue 254

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

Shades of Electric Blue #81FCFE

Tints of Electric Blue #81FCFE

RGB

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

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

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

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

CMYK

 C value IS 0.49

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

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

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

Color convert

RGB 129 252 254 -
CMYK 0.49 0.01 0 0.00
HSL 180.96º 0.98% 0.75% -
HSV(B) 180.96º 0.49% 1% -
XYZ 61.75 81.44 106.23 -
YUV 215.45 149.75 66.34 -
System Red Green Blue C M Y K H S L
Decimal 129 252 254 0.49 0.01 0 0.00 180.96 0.98 0.75
Hex 81 FC FE 31 1 0 0 B5 62 4B
Octal 201 374 376 61 1 0 0 265 142 113
Binary 10000001 11111100 11111110 110001 1 0 0 10110101 1100010 1001011

Color Harmonies of #81FCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81FCFE

Black with #81FCFE

Text Example


Text Example

White with #81FCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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