#99F8FE

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

Shades of Electric Blue #99F8FE

Tints of Electric Blue #99F8FE

Color information

#99F8FE (or 0x99F8FE) is unknown color: approx Electric Blue. HEX triplet: 99, F8 and FE. RGB value is (153,248,254). Sum of RGB (Red+Green+Blue) = 153+248+254=655 (86% of max value = 765). Red value is 153 (60.16% from 255 or 23.36% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #99F8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F8FE is #660701. Grayscale: #DCDCDC. Windows color (decimal): -6686466 or 16709785. OLE color: 16709785.

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

Color convert

RGB153248254-
CMYK0.400.0200.00
HSL183.56º98.06%79.8%-
HSV(B)183.56º39.76%99.61%-
XYZ64.5981.06106.01-
YUV220.28147.0380.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.36%
GREEN value IS 248 (97.27% from 255) = 37.86%
BLUE value IS 254 (99.61% from 255) = 38.78%
R=23.36%
G=37.86%
B=38.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1532482540.400.0200.00183.5698.0679.8
Hex99F8FE28200b86250
Octal23137037650200270142120
Binary10011001111110001111111010100010001011100011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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