#99FEFD

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

Shades of Electric Blue #99FEFD

Tints of Electric Blue #99FEFD

Color information

#99FEFD (or 0x99FEFD) is unknown color: approx Electric Blue. HEX triplet: 99, FE and FD. RGB value is (153,254,253). Sum of RGB (Red+Green+Blue) = 153+254+253=660 (87% of max value = 765). Red value is 153 (60.16% from 255 or 23.18% from 660); Green value is 254 (99.61% from 255 or 38.48% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 254 - color contains mainly: green. Hex color #99FEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FEFD is #660102. Grayscale: #DFDFDF. Windows color (decimal): -6684931 or 16645785. OLE color: 16645785.

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

Color convert

RGB153254253-
CMYK0.4000.000.00
HSL179.41º98.06%79.8%-
HSV(B)179.41º39.76%99.61%-
XYZ66.3184.75105.79-
YUV223.69144.5477.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.18%
GREEN value IS 254 (99.61% from 255) = 38.48%
BLUE value IS 253 (99.22% from 255) = 38.33%
R=23.18%
G=38.48%
B=38.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1532542530.4000.000.00179.4198.0679.8
Hex99FEFD28000b36250
Octal23137637550000263142120
Binary1001100111111110111111011010000001011001111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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