Html Css Color HEX #81E6F8 Electric Blue

📋 copy color: '#81E6F8'

red 129 ◦ green 230 ◦ blue 248

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

Shades of Electric Blue #81E6F8

Tints of Electric Blue #81E6F8

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.89%

 BLUE value IS 248 (97.27% from 255) = 40.86%

R = 21.25%
G = 37.89%
B = 40.86%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#81E6F8 (or 0x81E6F8) is known color: Electric Blue. HEX triplet: 81, E6 and F8. RGB value is (129,230,248). Sum of RGB (Red+Green+Blue) = 129+230+248=607 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.25% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 248 (97.27% from 255 or 40.86% from 607); Max value from RGB is 248 - color contains mainly: blue. Hex color #81E6F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81E6F8 is #7E1907. Grayscale: #C9C9C9. Windows color (decimal): -8263944 or 16311937. OLE color: 16311937.

HSL color Cylindrical-coordinate representation of color #81E6F8: hue angle of 189.08º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81E6F8 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 129 230 248 -
CMYK 0.48 0.07 0 0.03
HSL 189.08º 0.89% 0.74% -
HSV(B) 189.08º 0.48% 0.97% -
XYZ 54.29 68.04 99.08 -
YUV 201.85 154.04 76.04 -
System Red Green Blue C M Y K H S L
Decimal 129 230 248 0.48 0.07 0 0.03 189.08 0.89 0.74
Hex 81 E6 F8 30 7 0 3 BD 59 4A
Octal 201 346 370 60 7 0 3 275 131 112
Binary 10000001 11100110 11111000 110000 111 0 11 10111101 1011001 1001010

Color Harmonies of #81E6F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81E6F8

Black with #81E6F8

Text Example


Text Example

White with #81E6F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,230,248); }

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

background-color css

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

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

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

border-color css

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

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

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