#F9FFFF

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

Shades of Azure #F9FFFF

Tints of Azure #F9FFFF

Color information

#F9FFFF (or 0xF9FFFF) is unknown color: approx Azure. HEX triplet: F9, FF and FF. RGB value is (249,255,255). Sum of RGB (Red+Green+Blue) = 249+255+255=759 (100% of max value = 765). Red value is 249 (97.66% from 255 or 32.81% from 759); Green value is 255 (100% from 255 or 33.60% from 759); Blue value is 255 (100% from 255 or 33.60% from 759); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #F9FFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FFFF is #060000. Grayscale: #FDFDFD. Windows color (decimal): -393217 or 16777209. OLE color: 16777209.

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

Color convert

RGB249255255-
CMYK0.02000
HSL180º100%98.82%-
HSV(B)180º2.35%100%-
XYZ92.8898.88108.8-
YUV253.21129.01125-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 32.81%
GREEN value IS 255 (100% from 255) = 33.60%
BLUE value IS 255 (100% from 255) = 33.60%
R=32.81%
G=33.60%
B=33.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2492552550.0200018010098.82
HexF9FFFF2000b46463
Octal3713773772000264144143
Binary111110011111111111111111100001011010011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FFFF; }

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

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

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

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

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

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

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

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