Html Css Color HEX #81F4FF Electric Blue

📋 copy color: '#81F4FF'

red 129 ◦ green 244 ◦ blue 255

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

Shades of Electric Blue #81F4FF

Tints of Electric Blue #81F4FF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.85%

 BLUE value IS 255 (100% from 255) = 40.61%

R = 20.54%
G = 38.85%
B = 40.61%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#81F4FF (or 0x81F4FF) is known color: Electric Blue. HEX triplet: 81, F4 and FF. RGB value is (129,244,255). Sum of RGB (Red+Green+Blue) = 129+244+255=628 (83% of max value = 765). Red value is 129 (50.78% from 255 or 20.54% from 628); Green value is 244 (95.70% from 255 or 38.85% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #81F4FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F4FF is #7E0B00. Grayscale: #D2D2D2. Windows color (decimal): -8260353 or 16774273. OLE color: 16774273.

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

Color convert

RGB 129 244 255 -
CMYK 0.49 0.04 0 0
HSL 185.24º 1% 0.75% -
HSV(B) 185.24º 0.49% 1% -
XYZ 59.45 76.59 106.26 -
YUV 210.87 152.9 69.61 -
System Red Green Blue C M Y K H S L
Decimal 129 244 255 0.49 0.04 0 0 185.24 1 0.75
Hex 81 F4 FF 31 4 0 0 B9 64 4B
Octal 201 364 377 61 4 0 0 271 144 113
Binary 10000001 11110100 11111111 110001 100 0 0 10111001 1100100 1001011

Color Harmonies of #81F4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81F4FF

Black with #81F4FF

Text Example


Text Example

White with #81F4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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