#81FCEB

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

Shades of Electric Blue #81FCEB

Tints of Electric Blue #81FCEB

Color information

#81FCEB (or 0x81FCEB) is unknown color: approx Electric Blue. HEX triplet: 81, FC and EB. RGB value is (129,252,235). Sum of RGB (Red+Green+Blue) = 129+252+235=616 (81% of max value = 765). Red value is 129 (50.78% from 255 or 20.94% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #81FCEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FCEB is #7E0314. Grayscale: #D5D5D5. Windows color (decimal): -8258325 or 15465601. OLE color: 15465601.

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

Color convert

RGB129252235-
CMYK0.4900.070.01
HSL171.71º95.35%74.71%-
HSV(B)171.71º48.81%98.82%-
XYZ58.8680.2990.99-
YUV213.28140.2567.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.94%
GREEN value IS 252 (98.83% from 255) = 40.91%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=20.94%
G=40.91%
B=38.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1292522350.4900.070.01171.7195.3574.71
Hex81FCEB31071ac5f4b
Octal20137435361071254137113
Binary100000011111110011101011110001011111010110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #81FCEB;
 }
 .AnyTagClassName
 {
   color: #81FCEB;
 }
</style>
background-color css

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

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

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

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

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

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