#F9FDFE

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

Shades of Azure #F9FDFE

Tints of Azure #F9FDFE

Color information

#F9FDFE (or 0xF9FDFE) is unknown color: approx Azure. HEX triplet: F9, FD and FE. RGB value is (249,253,254). Sum of RGB (Red+Green+Blue) = 249+253+254=756 (100% of max value = 765). Red value is 249 (97.66% from 255 or 32.94% from 756); Green value is 253 (99.22% from 255 or 33.47% from 756); Blue value is 254 (99.61% from 255 or 33.60% from 756); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9FDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FDFE is #060201. Grayscale: #FBFBFB. Windows color (decimal): -393730 or 16711161. OLE color: 16711161.

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

Color convert

RGB249253254-
CMYK0.020.0000.00
HSL192º71.43%98.63%-
HSV(B)192º1.97%99.61%-
XYZ92.0897.55107.74-
YUV251.92129.17125.92-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 32.94%
GREEN value IS 253 (99.22% from 255) = 33.47%
BLUE value IS 254 (99.61% from 255) = 33.60%
R=32.94%
G=33.47%
B=33.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2492532540.020.0000.0019271.4398.63
HexF9FDFE2000c04763
Octal3713753762000300107143
Binary111110011111110111111110100001100000010001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FDFE; }

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

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

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

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

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

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

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

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