#F4FDFF

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

Shades of Azure #F4FDFF

Tints of Azure #F4FDFF

Color information

#F4FDFF (or 0xF4FDFF) is unknown color: approx Azure. HEX triplet: F4, FD and FF. RGB value is (244,253,255). Sum of RGB (Red+Green+Blue) = 244+253+255=752 (99% of max value = 765). Red value is 244 (95.70% from 255 or 32.45% from 752); Green value is 253 (99.22% from 255 or 33.64% from 752); Blue value is 255 (100% from 255 or 33.91% from 752); Max value from RGB is 255 - color contains mainly: blue. Hex color #F4FDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4FDFF is #0B0200. Grayscale: #FAFAFA. Windows color (decimal): -721409 or 16776692. OLE color: 16776692.

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

Color convert

RGB244253255-
CMYK0.040.0100
HSL190.91º100%97.84%-
HSV(B)190.91º4.31%100%-
XYZ90.4896.7108.5-
YUV250.54130.52123.34-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 32.45%
GREEN value IS 253 (99.22% from 255) = 33.64%
BLUE value IS 255 (100% from 255) = 33.91%
R=32.45%
G=33.64%
B=33.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2442532550.040.0100190.9110097.84
HexF4FDFF4100bf6462
Octal3643753774100277144142
Binary1111010011111101111111111001001011111111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FDFF; }

 p { color: rgb(244,253,255); }

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

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

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

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

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

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

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