#F9FEFF

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

Shades of Azure #F9FEFF

Tints of Azure #F9FEFF

Color information

#F9FEFF (or 0xF9FEFF) is unknown color: approx Azure. HEX triplet: F9, FE and FF. RGB value is (249,254,255). Sum of RGB (Red+Green+Blue) = 249+254+255=758 (100% of max value = 765). Red value is 249 (97.66% from 255 or 32.85% from 758); Green value is 254 (99.61% from 255 or 33.51% from 758); Blue value is 255 (100% from 255 or 33.64% from 758); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9FEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FEFF is #060100. Grayscale: #FCFCFC. Windows color (decimal): -393473 or 16776953. OLE color: 16776953.

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

Color convert

RGB249254255-
CMYK0.020.0000
HSL190º100%98.82%-
HSV(B)190º2.35%100%-
XYZ92.5698.24108.69-
YUV252.62129.34125.42-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 32.85%
GREEN value IS 254 (99.61% from 255) = 33.51%
BLUE value IS 255 (100% from 255) = 33.64%
R=32.85%
G=33.51%
B=33.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2492542550.020.000019010098.82
HexF9FEFF2000be6463
Octal3713763772000276144143
Binary111110011111111011111111100001011111011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FEFF; }

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

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

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

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

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

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

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

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