Html Css Color HEX #81ECF8 Electric Blue

📋 copy color: '#81ECF8'

red 129 ◦ green 236 ◦ blue 248

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

Shades of Electric Blue #81ECF8

Tints of Electric Blue #81ECF8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.5%

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

R = 21.04%
G = 38.5%
B = 40.46%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#81ECF8 (or 0x81ECF8) is known color: Electric Blue. HEX triplet: 81, EC and F8. RGB value is (129,236,248). Sum of RGB (Red+Green+Blue) = 129+236+248=613 (81% of max value = 765). Red value is 129 (50.78% from 255 or 21.04% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 248 (97.27% from 255 or 40.46% from 613); Max value from RGB is 248 - color contains mainly: blue. Hex color #81ECF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81ECF8 is #7E1307. Grayscale: #CDCDCD. Windows color (decimal): -8262408 or 16313473. OLE color: 16313473.

HSL color Cylindrical-coordinate representation of color #81ECF8: hue angle of 186.05º 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 #81ECF8 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 129 236 248 -
CMYK 0.48 0.05 0 0.03
HSL 186.05º 0.89% 0.74% -
HSV(B) 186.05º 0.48% 0.97% -
XYZ 55.99 71.44 99.64 -
YUV 205.38 152.05 73.52 -
System Red Green Blue C M Y K H S L
Decimal 129 236 248 0.48 0.05 0 0.03 186.05 0.89 0.74
Hex 81 EC F8 30 5 0 3 BA 59 4A
Octal 201 354 370 60 5 0 3 272 131 112
Binary 10000001 11101100 11111000 110000 101 0 11 10111010 1011001 1001010

Color Harmonies of #81ECF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ECF8

Black with #81ECF8

Text Example


Text Example

White with #81ECF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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