Html Css Color HEX #81E3FD Electric Blue

📋 copy color: '#81E3FD'

red 129 ◦ green 227 ◦ blue 253

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

Shades of Electric Blue #81E3FD

Tints of Electric Blue #81E3FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.54%

R = 21.18%
G = 37.27%
B = 41.54%

CMYK

 C value IS 0.49

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#81E3FD (or 0x81E3FD) is known color: Electric Blue. HEX triplet: 81, E3 and FD. RGB value is (129,227,253). Sum of RGB (Red+Green+Blue) = 129+227+253=609 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.18% from 609); Green value is 227 (89.06% from 255 or 37.27% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #81E3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81E3FD is #7E1C02. Grayscale: #C8C8C8. Windows color (decimal): -8264707 or 16638849. OLE color: 16638849.

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

Color convert

RGB 129 227 253 -
CMYK 0.49 0.10 0 0.01
HSL 192.58º 0.97% 0.75% -
HSV(B) 192.58º 0.49% 0.99% -
XYZ 54.25 66.7 102.94 -
YUV 200.66 157.53 76.89 -
System Red Green Blue C M Y K H S L
Decimal 129 227 253 0.49 0.10 0 0.01 192.58 0.97 0.75
Hex 81 E3 FD 31 A 0 1 C1 61 4B
Octal 201 343 375 61 12 0 1 301 141 113
Binary 10000001 11100011 11111101 110001 1010 0 1 11000001 1100001 1001011

Color Harmonies of #81E3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81E3FD

Black with #81E3FD

Text Example


Text Example

White with #81E3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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