#F9FBFB

Color #F9FBFB Azure (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Azure #F9FBFB

Tints of Azure #F9FBFB

Color information

#F9FBFB (or 0xF9FBFB) is unknown color: approx Azure. HEX triplet: F9, FB and FB. RGB value is (249,251,251). Sum of RGB (Red+Green+Blue) = 249+251+251=751 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.16% from 751); Green value is 251 (98.44% from 255 or 33.42% from 751); Blue value is 251 (98.44% from 255 or 33.42% from 751); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #F9FBFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FBFB is #060404. Grayscale: #FAFAFA. Windows color (decimal): -394245 or 16514041. OLE color: 16514041.

HSL color Cylindrical-coordinate representation of color #F9FBFB: hue angle of 180º degrees, saturation: 0.2, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F9FBFB is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB249251251-
CMYK0.01000.02
HSL180º20%98.04%-
HSV(B)180º0.8%98.43%-
XYZ90.9896.1105.02-
YUV250.4128.34127-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 33.16%
GREEN value IS 251 (98.44% from 255) = 33.42%
BLUE value IS 251 (98.44% from 255) = 33.42%
R=33.16%
G=33.42%
B=33.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492512510.01000.021802098.04
HexF9FBFB1002b41462
Octal371373373100226424142
Binary1111100111111011111110111001010110100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FBFB; }

 p { color: rgb(249,251,251); }

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

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

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

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

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

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

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