Html Css Color HEX #81E3FB Electric Blue

📋 copy color: '#81E3FB'

red 129 ◦ green 227 ◦ blue 251

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

Shades of Electric Blue #81E3FB

Tints of Electric Blue #81E3FB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.4%

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

R = 21.25%
G = 37.4%
B = 41.35%

CMYK

 C value IS 0.49

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#81E3FB (or 0x81E3FB) is known color: Electric Blue. HEX triplet: 81, E3 and FB. RGB value is (129,227,251). Sum of RGB (Red+Green+Blue) = 129+227+251=607 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.25% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #81E3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81E3FB is #7E1C04. Grayscale: #C8C8C8. Windows color (decimal): -8264709 or 16507777. OLE color: 16507777.

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

Color convert

RGB 129 227 251 -
CMYK 0.49 0.10 0 0.02
HSL 191.8º 0.94% 0.75% -
HSV(B) 191.8º 0.49% 0.98% -
XYZ 53.93 66.57 101.27 -
YUV 200.43 156.53 77.05 -
System Red Green Blue C M Y K H S L
Decimal 129 227 251 0.49 0.10 0 0.02 191.8 0.94 0.75
Hex 81 E3 FB 31 A 0 2 C0 5E 4B
Octal 201 343 373 61 12 0 2 300 136 113
Binary 10000001 11100011 11111011 110001 1010 0 10 11000000 1011110 1001011

Color Harmonies of #81E3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81E3FB

Black with #81E3FB

Text Example


Text Example

White with #81E3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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