#F4FEFF

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

Shades of Azure #F4FEFF

Tints of Azure #F4FEFF

Color information

#F4FEFF (or 0xF4FEFF) is unknown color: approx Azure. HEX triplet: F4, FE and FF. RGB value is (244,254,255). Sum of RGB (Red+Green+Blue) = 244+254+255=753 (99% of max value = 765). Red value is 244 (95.70% from 255 or 32.40% from 753); Green value is 254 (99.61% from 255 or 33.73% from 753); Blue value is 255 (100% from 255 or 33.86% from 753); Max value from RGB is 255 - color contains mainly: blue. Hex color #F4FEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4FEFF is #0B0100. Grayscale: #FBFBFB. Windows color (decimal): -721153 or 16776948. OLE color: 16776948.

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

Color convert

RGB244254255-
CMYK0.040.0000
HSL185.45º100%97.84%-
HSV(B)185.45º4.31%100%-
XYZ90.897.34108.61-
YUV251.12130.19122.92-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 32.40%
GREEN value IS 254 (99.61% from 255) = 33.73%
BLUE value IS 255 (100% from 255) = 33.86%
R=32.40%
G=33.73%
B=33.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2442542550.040.0000185.4510097.84
HexF4FEFF4000b96462
Octal3643763774000271144142
Binary1111010011111110111111111000001011100111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FEFF; }

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

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

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

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

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

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

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

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