#F7FBFC

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

Shades of Azure #F7FBFC

Tints of Azure #F7FBFC

Color information

#F7FBFC (or 0xF7FBFC) is unknown color: approx Azure. HEX triplet: F7, FB and FC. RGB value is (247,251,252). Sum of RGB (Red+Green+Blue) = 247+251+252=750 (99% of max value = 765). Red value is 247 (96.88% from 255 or 32.93% from 750); Green value is 251 (98.44% from 255 or 33.47% from 750); Blue value is 252 (98.83% from 255 or 33.6% from 750); Max value from RGB is 252 - color contains mainly: blue. Hex color #F7FBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7FBFC is #080403. Grayscale: #F9F9F9. Windows color (decimal): -525316 or 16579575. OLE color: 16579575.

HSL color Cylindrical-coordinate representation of color #F7FBFC: hue angle of 192º degrees, saturation: 0.45, 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 #F7FBFC is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB247251252-
CMYK0.020.0000.01
HSL192º45.45%97.84%-
HSV(B)192º1.98%98.82%-
XYZ90.4395.8105.82-
YUV249.92129.17125.92-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 32.93%
GREEN value IS 251 (98.44% from 255) = 33.47%
BLUE value IS 252 (98.83% from 255) = 33.6%
R=32.93%
G=33.47%
B=33.6%

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
Decimal2472512520.020.0000.0119245.4597.84
HexF7FBFC2001c02d62
Octal367373374200130055142
Binary11110111111110111111110010001110000001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FBFC; }

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

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

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

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

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

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

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

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