#81F7FC

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

Shades of Electric Blue #81F7FC

Tints of Electric Blue #81F7FC

Color information

#81F7FC (or 0x81F7FC) is unknown color: approx Electric Blue. HEX triplet: 81, F7 and FC. RGB value is (129,247,252). Sum of RGB (Red+Green+Blue) = 129+247+252=628 (83% of max value = 765). Red value is 129 (50.78% from 255 or 20.54% from 628); Green value is 247 (96.88% from 255 or 39.33% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #81F7FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F7FC is #7E0803. Grayscale: #D4D4D4. Windows color (decimal): -8259588 or 16578433. OLE color: 16578433.

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

Color convert

RGB129247252-
CMYK0.490.0200.01
HSL182.44º95.35%74.71%-
HSV(B)182.44º48.81%98.82%-
XYZ59.8878.22104.04-
YUV212.29150.4168.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.54%
GREEN value IS 247 (96.88% from 255) = 39.33%
BLUE value IS 252 (98.83% from 255) = 40.13%
R=20.54%
G=39.33%
B=40.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1292472520.490.0200.01182.4495.3574.71
Hex81F7FC31201b65f4b
Octal20136737461201266137113
Binary10000001111101111111110011000110011011011010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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