#99FEFE

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

Shades of Electric Blue #99FEFE

Tints of Electric Blue #99FEFE

Color information

#99FEFE (or 0x99FEFE) is unknown color: approx Electric Blue. HEX triplet: 99, FE and FE. RGB value is (153,254,254). Sum of RGB (Red+Green+Blue) = 153+254+254=661 (87% of max value = 765). Red value is 153 (60.16% from 255 or 23.15% from 661); Green value is 254 (99.61% from 255 or 38.43% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #99FEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FEFE is #660101. Grayscale: #DFDFDF. Windows color (decimal): -6684930 or 16711321. OLE color: 16711321.

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

Color convert

RGB153254254-
CMYK0.40000.00
HSL180º98.06%79.8%-
HSV(B)180º39.76%99.61%-
XYZ66.4784.81106.63-
YUV223.8145.0477.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.15%
GREEN value IS 254 (99.61% from 255) = 38.43%
BLUE value IS 254 (99.61% from 255) = 38.43%
R=23.15%
G=38.43%
B=38.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1532542540.40000.0018098.0679.8
Hex99FEFE28000b46250
Octal23137637650000264142120
Binary1001100111111110111111101010000001011010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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