#81F8FC

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

Shades of Electric Blue #81F8FC

Tints of Electric Blue #81F8FC

Color information

#81F8FC (or 0x81F8FC) is unknown color: approx Electric Blue. HEX triplet: 81, F8 and FC. RGB value is (129,248,252). Sum of RGB (Red+Green+Blue) = 129+248+252=629 (83% of max value = 765). Red value is 129 (50.78% from 255 or 20.51% from 629); Green value is 248 (97.27% from 255 or 39.43% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #81F8FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F8FC is #7E0703. Grayscale: #D4D4D4. Windows color (decimal): -8259332 or 16578689. OLE color: 16578689.

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

Color convert

RGB129248252-
CMYK0.490.0200.01
HSL181.95º95.35%74.71%-
HSV(B)181.95º48.81%98.82%-
XYZ60.1978.83104.14-
YUV212.88150.0868.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.51%
GREEN value IS 248 (97.27% from 255) = 39.43%
BLUE value IS 252 (98.83% from 255) = 40.06%
R=20.51%
G=39.43%
B=40.06%

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
Decimal1292482520.490.0200.01181.9595.3574.71
Hex81F8FC31201b65f4b
Octal20137037461201266137113
Binary10000001111110001111110011000110011011011010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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