Html Css Color HEX #81ECFC Electric Blue

📋 copy color: '#81ECFC'

red 129 ◦ green 236 ◦ blue 252

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

Shades of Electric Blue #81ECFC

Tints of Electric Blue #81ECFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.84%

R = 20.91%
G = 38.25%
B = 40.84%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#81ECFC (or 0x81ECFC) is known color: Electric Blue. HEX triplet: 81, EC and FC. RGB value is (129,236,252). Sum of RGB (Red+Green+Blue) = 129+236+252=617 (81% of max value = 765). Red value is 129 (50.78% from 255 or 20.91% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #81ECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81ECFC is #7E1303. Grayscale: #CDCDCD. Windows color (decimal): -8262404 or 16575617. OLE color: 16575617.

HSL color Cylindrical-coordinate representation of color #81ECFC: hue angle of 187.8º degrees, saturation: 0.95, 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 #81ECFC is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 129 236 252 -
CMYK 0.49 0.06 0 0.01
HSL 187.8º 0.95% 0.75% -
HSV(B) 187.8º 0.49% 0.99% -
XYZ 56.62 71.69 102.95 -
YUV 205.83 154.05 73.2 -
System Red Green Blue C M Y K H S L
Decimal 129 236 252 0.49 0.06 0 0.01 187.8 0.95 0.75
Hex 81 EC FC 31 6 0 1 BC 5F 4B
Octal 201 354 374 61 6 0 1 274 137 113
Binary 10000001 11101100 11111100 110001 110 0 1 10111100 1011111 1001011

Color Harmonies of #81ECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ECFC

Black with #81ECFC

Text Example


Text Example

White with #81ECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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