Html Css Color HEX #81ECFE Electric Blue

📋 copy color: '#81ECFE'

red 129 ◦ green 236 ◦ blue 254

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

Shades of Electric Blue #81ECFE

Tints of Electric Blue #81ECFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.03%

R = 20.84%
G = 38.13%
B = 41.03%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#81ECFE (or 0x81ECFE) is known color: Electric Blue. HEX triplet: 81, EC and FE. RGB value is (129,236,254). Sum of RGB (Red+Green+Blue) = 129+236+254=619 (81% of max value = 765). Red value is 129 (50.78% from 255 or 20.84% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #81ECFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81ECFE is #7E1301. Grayscale: #CDCDCD. Windows color (decimal): -8262402 or 16706689. OLE color: 16706689.

HSL color Cylindrical-coordinate representation of color #81ECFE: hue angle of 188.64º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81ECFE is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 129 236 254 -
CMYK 0.49 0.07 0 0.00
HSL 188.64º 0.98% 0.75% -
HSV(B) 188.64º 0.49% 1% -
XYZ 56.94 71.81 104.63 -
YUV 206.06 155.05 73.04 -
System Red Green Blue C M Y K H S L
Decimal 129 236 254 0.49 0.07 0 0.00 188.64 0.98 0.75
Hex 81 EC FE 31 7 0 0 BD 62 4B
Octal 201 354 376 61 7 0 0 275 142 113
Binary 10000001 11101100 11111110 110001 111 0 0 10111101 1100010 1001011

Color Harmonies of #81ECFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ECFE

Black with #81ECFE

Text Example


Text Example

White with #81ECFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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