Html Css Color HEX #81F8FF Electric Blue

📋 copy color: '#81F8FF'

red 129 ◦ green 248 ◦ blue 255

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

Shades of Electric Blue #81F8FF

Tints of Electric Blue #81F8FF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.24%

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

R = 20.41%
G = 39.24%
B = 40.35%

CMYK

 C value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#81F8FF (or 0x81F8FF) is known color: Electric Blue. HEX triplet: 81, F8 and FF. RGB value is (129,248,255). Sum of RGB (Red+Green+Blue) = 129+248+255=632 (83% of max value = 765). Red value is 129 (50.78% from 255 or 20.41% from 632); Green value is 248 (97.27% from 255 or 39.24% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #81F8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F8FF is #7E0700. Grayscale: #D5D5D5. Windows color (decimal): -8259329 or 16775297. OLE color: 16775297.

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

Color convert

RGB 129 248 255 -
CMYK 0.49 0.03 0 0
HSL 183.33º 1% 0.75% -
HSV(B) 183.33º 0.49% 1% -
XYZ 60.67 79.02 106.66 -
YUV 213.22 151.58 67.93 -
System Red Green Blue C M Y K H S L
Decimal 129 248 255 0.49 0.03 0 0 183.33 1 0.75
Hex 81 F8 FF 31 3 0 0 B7 64 4B
Octal 201 370 377 61 3 0 0 267 144 113
Binary 10000001 11111000 11111111 110001 11 0 0 10110111 1100100 1001011

Color Harmonies of #81F8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81F8FF

Black with #81F8FF

Text Example


Text Example

White with #81F8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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