Html Css Color HEX #81FCEC Electric Blue

📋 copy color: '#81FCEC'

red 129 ◦ green 252 ◦ blue 236

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

Shades of Electric Blue #81FCEC

Tints of Electric Blue #81FCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.25%

R = 20.91%
G = 40.84%
B = 38.25%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#81FCEC (or 0x81FCEC) is known color: Electric Blue. HEX triplet: 81, FC and EC. RGB value is (129,252,236). Sum of RGB (Red+Green+Blue) = 129+252+236=617 (81% of max value = 765). Red value is 129 (50.78% from 255 or 20.91% from 617); Green value is 252 (98.83% from 255 or 40.84% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 252 - color contains mainly: green. Hex color #81FCEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FCEC is #7E0313. Grayscale: #D5D5D5. Windows color (decimal): -8258324 or 15531137. OLE color: 15531137.

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

Color convert

RGB 129 252 236 -
CMYK 0.49 0 0.06 0.01
HSL 172.2º 0.95% 0.75% -
HSV(B) 172.2º 0.49% 0.99% -
XYZ 59 80.34 91.76 -
YUV 213.4 140.75 67.8 -
System Red Green Blue C M Y K H S L
Decimal 129 252 236 0.49 0 0.06 0.01 172.2 0.95 0.75
Hex 81 FC EC 31 0 6 1 AC 5F 4B
Octal 201 374 354 61 0 6 1 254 137 113
Binary 10000001 11111100 11101100 110001 0 110 1 10101100 1011111 1001011

Color Harmonies of #81FCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81FCEC

Black with #81FCEC

Text Example


Text Example

White with #81FCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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