#F6FBFC

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

Shades of Azure #F6FBFC

Tints of Azure #F6FBFC

Color information

#F6FBFC (or 0xF6FBFC) is unknown color: approx Azure. HEX triplet: F6, FB and FC. RGB value is (246,251,252). Sum of RGB (Red+Green+Blue) = 246+251+252=749 (99% of max value = 765). Red value is 246 (96.48% from 255 or 32.84% from 749); Green value is 251 (98.44% from 255 or 33.51% from 749); Blue value is 252 (98.83% from 255 or 33.64% from 749); Max value from RGB is 252 - color contains mainly: blue. Hex color #F6FBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FBFC is #090403. Grayscale: #F9F9F9. Windows color (decimal): -590852 or 16579574. OLE color: 16579574.

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

Color convert

RGB246251252-
CMYK0.020.0000.01
HSL190º50%97.65%-
HSV(B)190º2.38%98.82%-
XYZ90.0795.62105.8-
YUV249.62129.34125.42-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 32.84%
GREEN value IS 251 (98.44% from 255) = 33.51%
BLUE value IS 252 (98.83% from 255) = 33.64%
R=32.84%
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.01
SystemRedGreenBlueCMYKHSL
Decimal2462512520.020.0000.011905097.65
HexF6FBFC2001be3262
Octal366373374200127662142
Binary11110110111110111111110010001101111101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FBFC; }

 p { color: rgb(246,251,252); }

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

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

 a { background-color: rgb(246,251,252); }

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

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

 span { border-color: rgb(246,251,252); }

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