#F4FCFE

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

Shades of Azure #F4FCFE

Tints of Azure #F4FCFE

Color information

#F4FCFE (or 0xF4FCFE) is unknown color: approx Azure. HEX triplet: F4, FC and FE. RGB value is (244,252,254). Sum of RGB (Red+Green+Blue) = 244+252+254=750 (99% of max value = 765). Red value is 244 (95.70% from 255 or 32.53% from 750); Green value is 252 (98.83% from 255 or 33.6% from 750); Blue value is 254 (99.61% from 255 or 33.87% from 750); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4FCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4FCFE is #0B0301. Grayscale: #F9F9F9. Windows color (decimal): -721666 or 16710900. OLE color: 16710900.

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

Color convert

RGB244252254-
CMYK0.040.0100.00
HSL192º83.33%97.65%-
HSV(B)192º3.94%99.61%-
XYZ90.0196.01107.55-
YUV249.84130.35123.84-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 32.53%
GREEN value IS 252 (98.83% from 255) = 33.6%
BLUE value IS 254 (99.61% from 255) = 33.87%
R=32.53%
G=33.6%
B=33.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2442522540.040.0100.0019283.3397.65
HexF4FCFE4100c05362
Octal3643743764100300123142
Binary1111010011111100111111101001001100000010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FCFE; }

 p { color: rgb(244,252,254); }

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

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

 a { background-color: rgb(244,252,254); }

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

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

 span { border-color: rgb(244,252,254); }

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