#99FCFE

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

Shades of Electric Blue #99FCFE

Tints of Electric Blue #99FCFE

Color information

#99FCFE (or 0x99FCFE) is unknown color: approx Electric Blue. HEX triplet: 99, FC and FE. RGB value is (153,252,254). Sum of RGB (Red+Green+Blue) = 153+252+254=659 (87% of max value = 765). Red value is 153 (60.16% from 255 or 23.22% from 659); Green value is 252 (98.83% from 255 or 38.24% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #99FCFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FCFE is #660301. Grayscale: #DEDEDE. Windows color (decimal): -6685442 or 16710809. OLE color: 16710809.

HSL color Cylindrical-coordinate representation of color #99FCFE: hue angle of 181.19º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FCFE is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB153252254-
CMYK0.400.0100.00
HSL181.19º98.06%79.8%-
HSV(B)181.19º39.76%99.61%-
XYZ65.8483.55106.42-
YUV222.63145.778.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.22%
GREEN value IS 252 (98.83% from 255) = 38.24%
BLUE value IS 254 (99.61% from 255) = 38.54%
R=23.22%
G=38.24%
B=38.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1532522540.400.0100.00181.1998.0679.8
Hex99FCFE28100b56250
Octal23137437650100265142120
Binary1001100111111100111111101010001001011010111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99FCFE; }

 p { color: rgb(153,252,254); }

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

<style>
 a { background-color: #99FCFE; }

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

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

<style>
 span { border-color: #99FCFE; }

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

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