Html Css Color HEX #81FFFC Electric Blue

📋 copy color: '#81FFFC'

red 129 ◦ green 255 ◦ blue 252

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

Shades of Electric Blue #81FFFC

Tints of Electric Blue #81FFFC

RGB

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

 GREEN value IS 255 (100% from 255) = 40.09%

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

R = 20.28%
G = 40.09%
B = 39.62%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#81FFFC (or 0x81FFFC) is known color: Electric Blue. HEX triplet: 81, FF and FC. RGB value is (129,255,252). Sum of RGB (Red+Green+Blue) = 129+255+252=636 (84% of max value = 765). Red value is 129 (50.78% from 255 or 20.28% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #81FFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FFFC is #7E0003. Grayscale: #D8D8D8. Windows color (decimal): -8257540 or 16580481. OLE color: 16580481.

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

Color convert

RGB 129 255 252 -
CMYK 0.49 0 0.01 0
HSL 178.57º 1% 0.75% -
HSV(B) 178.57º 0.49% 1% -
XYZ 62.38 83.22 104.87 -
YUV 216.98 147.76 65.24 -
System Red Green Blue C M Y K H S L
Decimal 129 255 252 0.49 0 0.01 0 178.57 1 0.75
Hex 81 FF FC 31 0 1 0 B3 64 4B
Octal 201 377 374 61 0 1 0 263 144 113
Binary 10000001 11111111 11111100 110001 0 1 0 10110011 1100100 1001011

Color Harmonies of #81FFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81FFFC

Black with #81FFFC

Text Example


Text Example

White with #81FFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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