Html Css Color HEX #81FCF0 Electric Blue

📋 copy color: '#81FCF0'

red 129 ◦ green 252 ◦ blue 240

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

Shades of Electric Blue #81FCF0

Tints of Electric Blue #81FCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.65%

R = 20.77%
G = 40.58%
B = 38.65%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#81FCF0 (or 0x81FCF0) is known color: Electric Blue. HEX triplet: 81, FC and F0. RGB value is (129,252,240). Sum of RGB (Red+Green+Blue) = 129+252+240=621 (82% of max value = 765). Red value is 129 (50.78% from 255 or 20.77% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 252 - color contains mainly: green. Hex color #81FCF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FCF0 is #7E030F. Grayscale: #D5D5D5. Windows color (decimal): -8258320 or 15793281. OLE color: 15793281.

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

Color convert

RGB 129 252 240 -
CMYK 0.49 0 0.05 0.01
HSL 174.15º 0.95% 0.75% -
HSV(B) 174.15º 0.49% 0.99% -
XYZ 59.59 80.58 94.85 -
YUV 213.86 142.75 67.48 -
System Red Green Blue C M Y K H S L
Decimal 129 252 240 0.49 0 0.05 0.01 174.15 0.95 0.75
Hex 81 FC F0 31 0 5 1 AE 5F 4B
Octal 201 374 360 61 0 5 1 256 137 113
Binary 10000001 11111100 11110000 110001 0 101 1 10101110 1011111 1001011

Color Harmonies of #81FCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81FCF0

Black with #81FCF0

Text Example


Text Example

White with #81FCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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