#99FBFE

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

Shades of Electric Blue #99FBFE

Tints of Electric Blue #99FBFE

Color information

#99FBFE (or 0x99FBFE) is unknown color: approx Electric Blue. HEX triplet: 99, FB and FE. RGB value is (153,251,254). Sum of RGB (Red+Green+Blue) = 153+251+254=658 (87% of max value = 765). Red value is 153 (60.16% from 255 or 23.25% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #99FBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FBFE is #660401. Grayscale: #DDDDDD. Windows color (decimal): -6685698 or 16710553. OLE color: 16710553.

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

Color convert

RGB153251254-
CMYK0.400.0100.00
HSL181.78º98.06%79.8%-
HSV(B)181.78º39.76%99.61%-
XYZ65.5282.92106.32-
YUV222.04146.0378.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.25%
GREEN value IS 251 (98.44% from 255) = 38.15%
BLUE value IS 254 (99.61% from 255) = 38.60%
R=23.25%
G=38.15%
B=38.60%

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
Decimal1532512540.400.0100.00181.7898.0679.8
Hex99FBFE28100b66250
Octal23137337650100266142120
Binary1001100111111011111111101010001001011011011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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