#81FCFB

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

Shades of Electric Blue #81FCFB

Tints of Electric Blue #81FCFB

Color information

#81FCFB (or 0x81FCFB) is unknown color: approx Electric Blue. HEX triplet: 81, FC and FB. RGB value is (129,252,251). Sum of RGB (Red+Green+Blue) = 129+252+251=632 (83% of max value = 765). Red value is 129 (50.78% from 255 or 20.41% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 252 - color contains mainly: green. Hex color #81FCFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FCFB is #7E0304. Grayscale: #D6D6D6. Windows color (decimal): -8258309 or 16514177. OLE color: 16514177.

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

Color convert

RGB129252251-
CMYK0.4900.000.01
HSL179.51º95.35%74.71%-
HSV(B)179.51º48.81%98.82%-
XYZ61.2881.25103.72-
YUV215.11148.2566.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.41%
GREEN value IS 252 (98.83% from 255) = 39.87%
BLUE value IS 251 (98.44% from 255) = 39.72%
R=20.41%
G=39.87%
B=39.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1292522510.4900.000.01179.5195.3574.71
Hex81FCFB31001b45f4b
Octal20137437361001264137113
Binary1000000111111100111110111100010011011010010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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