#81ECFC

Color #81ECFC Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #81ECFC

Tints of Electric Blue #81ECFC

Color information

#81ECFC (or 0x81ECFC) is unknown color: approx 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

RGB129236252-
CMYK0.490.0600.01
HSL187.8º95.35%74.71%-
HSV(B)187.8º48.81%98.82%-
XYZ56.6271.69102.95-
YUV205.83154.0573.2-

RGB Variations

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

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 (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1292362520.490.0600.01187.895.3574.71
Hex81ECFC31601bc5f4b
Octal20135437461601274137113
Binary100000011110110011111100110001110011011110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>