Html Css Color HEX #81F9FB Electric Blue

📋 copy color: '#81F9FB'

red 129 ◦ green 249 ◦ blue 251

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

Shades of Electric Blue #81F9FB

Tints of Electric Blue #81F9FB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.59%

 BLUE value IS 251 (98.44% from 255) = 39.9%

R = 20.51%
G = 39.59%
B = 39.9%

CMYK

 C value IS 0.49

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#81F9FB (or 0x81F9FB) is known color: Electric Blue. HEX triplet: 81, F9 and FB. RGB value is (129,249,251). Sum of RGB (Red+Green+Blue) = 129+249+251=629 (83% of max value = 765). Red value is 129 (50.78% from 255 or 20.51% from 629); Green value is 249 (97.66% from 255 or 39.59% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #81F9FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F9FB is #7E0604. Grayscale: #D5D5D5. Windows color (decimal): -8259077 or 16513409. OLE color: 16513409.

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

Color convert

RGB 129 249 251 -
CMYK 0.49 0.01 0 0.02
HSL 180.98º 0.94% 0.75% -
HSV(B) 180.98º 0.49% 0.98% -
XYZ 60.34 79.38 103.41 -
YUV 213.35 149.24 67.84 -
System Red Green Blue C M Y K H S L
Decimal 129 249 251 0.49 0.01 0 0.02 180.98 0.94 0.75
Hex 81 F9 FB 31 1 0 2 B5 5E 4B
Octal 201 371 373 61 1 0 2 265 136 113
Binary 10000001 11111001 11111011 110001 1 0 10 10110101 1011110 1001011

Color Harmonies of #81F9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81F9FB

Black with #81F9FB

Text Example


Text Example

White with #81F9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,249,251); }

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

background-color css

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

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

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

border-color css

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

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

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