Html Css Color HEX #81FFFF Electric Blue

📋 copy color: '#81FFFF'

red 129 ◦ green 255 ◦ blue 255

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

Shades of Electric Blue #81FFFF

Tints of Electric Blue #81FFFF

RGB

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

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

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

R = 20.19%
G = 39.91%
B = 39.91%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#81FFFF (or 0x81FFFF) is known color: Electric Blue. HEX triplet: 81, FF and FF. RGB value is (129,255,255). Sum of RGB (Red+Green+Blue) = 129+255+255=639 (84% of max value = 765). Red value is 129 (50.78% from 255 or 20.19% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #81FFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FFFF is #7E0000. Grayscale: #D9D9D9. Windows color (decimal): -8257537 or 16777089. OLE color: 16777089.

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

Color convert

RGB 129 255 255 -
CMYK 0.49 0 0 0
HSL 180º 1% 0.75% -
HSV(B) 180º 0.49% 1% -
XYZ 62.86 83.41 107.39 -
YUV 217.33 149.26 65 -
System Red Green Blue C M Y K H S L
Decimal 129 255 255 0.49 0 0 0 180 1 0.75
Hex 81 FF FF 31 0 0 0 B4 64 4B
Octal 201 377 377 61 0 0 0 264 144 113
Binary 10000001 11111111 11111111 110001 0 0 0 10110100 1100100 1001011

Color Harmonies of #81FFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81FFFF

Black with #81FFFF

Text Example


Text Example

White with #81FFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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