#81FCFF

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

Shades of Electric Blue #81FCFF

Tints of Electric Blue #81FCFF

Color information

#81FCFF (or 0x81FCFF) is unknown color: approx Electric Blue. HEX triplet: 81, FC and FF. RGB value is (129,252,255). Sum of RGB (Red+Green+Blue) = 129+252+255=636 (84% of max value = 765). Red value is 129 (50.78% from 255 or 20.28% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #81FCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FCFF is #7E0300. Grayscale: #D7D7D7. Windows color (decimal): -8258305 or 16776321. OLE color: 16776321.

HSL color Cylindrical-coordinate representation of color #81FCFF: hue angle of 181.43º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FCFF is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB129252255-
CMYK0.490.0100
HSL181.43º100%75.29%-
HSV(B)181.43º49.41%100%-
XYZ61.9181.51107.08-
YUV215.56150.2566.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.28%
GREEN value IS 252 (98.83% from 255) = 39.62%
BLUE value IS 255 (100% from 255) = 40.09%
R=20.28%
G=39.62%
B=40.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1292522550.490.0100181.4310075.29
Hex81FCFF31100b5644b
Octal20137437761100265144113
Binary1000000111111100111111111100011001011010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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