Html Css Color HEX #81E4F3 Electric Blue

📋 copy color: '#81E4F3'

red 129 ◦ green 228 ◦ blue 243

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

Shades of Electric Blue #81E4F3

Tints of Electric Blue #81E4F3

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38%

 BLUE value IS 243 (95.31% from 255) = 40.5%

R = 21.5%
G = 38%
B = 40.5%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#81E4F3 (or 0x81E4F3) is known color: Electric Blue. HEX triplet: 81, E4 and F3. RGB value is (129,228,243). Sum of RGB (Red+Green+Blue) = 129+228+243=600 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.5% from 600); Green value is 228 (89.45% from 255 or 38% from 600); Blue value is 243 (95.31% from 255 or 40.5% from 600); Max value from RGB is 243 - color contains mainly: blue. Hex color #81E4F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81E4F3 is #7E1B0C. Grayscale: #C7C7C7. Windows color (decimal): -8264461 or 15983745. OLE color: 15983745.

HSL color Cylindrical-coordinate representation of color #81E4F3: hue angle of 187.89º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81E4F3 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 129 228 243 -
CMYK 0.47 0.06 0 0.05
HSL 187.89º 0.83% 0.73% -
HSV(B) 187.89º 0.47% 0.95% -
XYZ 52.97 66.63 94.86 -
YUV 200.11 152.2 77.28 -
System Red Green Blue C M Y K H S L
Decimal 129 228 243 0.47 0.06 0 0.05 187.89 0.83 0.73
Hex 81 E4 F3 2F 6 0 5 BC 53 49
Octal 201 344 363 57 6 0 5 274 123 111
Binary 10000001 11100100 11110011 101111 110 0 101 10111100 1010011 1001001

Color Harmonies of #81E4F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81E4F3

Black with #81E4F3

Text Example


Text Example

White with #81E4F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,228,243); }

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

background-color css

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

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

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

border-color css

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

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

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