#81FCFC

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

Shades of Electric Blue #81FCFC

Tints of Electric Blue #81FCFC

Color information

#81FCFC (or 0x81FCFC) is unknown color: approx Electric Blue. HEX triplet: 81, FC and FC. RGB value is (129,252,252). Sum of RGB (Red+Green+Blue) = 129+252+252=633 (83% of max value = 765). Red value is 129 (50.78% from 255 or 20.38% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #81FCFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FCFC is #7E0303. Grayscale: #D7D7D7. Windows color (decimal): -8258308 or 16579713. OLE color: 16579713.

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

Color convert

RGB129252252-
CMYK0.49000.01
HSL180º95.35%74.71%-
HSV(B)180º48.81%98.82%-
XYZ61.4381.32104.55-
YUV215.22148.7566.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.38%
GREEN value IS 252 (98.83% from 255) = 39.81%
BLUE value IS 252 (98.83% from 255) = 39.81%
R=20.38%
G=39.81%
B=39.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1292522520.49000.0118095.3574.71
Hex81FCFC31001b45f4b
Octal20137437461001264137113
Binary1000000111111100111111001100010011011010010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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