#99FBFC

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

Shades of Electric Blue #99FBFC

Tints of Electric Blue #99FBFC

Color information

#99FBFC (or 0x99FBFC) is unknown color: approx Electric Blue. HEX triplet: 99, FB and FC. RGB value is (153,251,252). Sum of RGB (Red+Green+Blue) = 153+251+252=656 (86% of max value = 765). Red value is 153 (60.16% from 255 or 23.32% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #99FBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FBFC is #660403. Grayscale: #DDDDDD. Windows color (decimal): -6685700 or 16579481. OLE color: 16579481.

HSL color Cylindrical-coordinate representation of color #99FBFC: hue angle of 180.61º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99FBFC is Cyan = 0.39, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB153251252-
CMYK0.390.0000.01
HSL180.61º94.29%79.41%-
HSV(B)180.61º39.29%98.82%-
XYZ65.282.79104.64-
YUV221.81145.0378.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.32%
GREEN value IS 251 (98.44% from 255) = 38.26%
BLUE value IS 252 (98.83% from 255) = 38.41%
R=23.32%
G=38.26%
B=38.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1532512520.390.0000.01180.6194.2979.41
Hex99FBFC27001b55e4f
Octal23137337447001265136117
Binary1001100111111011111111001001110011011010110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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