#F5FBFC

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

Shades of Azure #F5FBFC

Tints of Azure #F5FBFC

Color information

#F5FBFC (or 0xF5FBFC) is unknown color: approx Azure. HEX triplet: F5, FB and FC. RGB value is (245,251,252). Sum of RGB (Red+Green+Blue) = 245+251+252=748 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.75% from 748); Green value is 251 (98.44% from 255 or 33.56% from 748); Blue value is 252 (98.83% from 255 or 33.69% from 748); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5FBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FBFC is #0A0403. Grayscale: #F9F9F9. Windows color (decimal): -656388 or 16579573. OLE color: 16579573.

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

Color convert

RGB245251252-
CMYK0.030.0000.01
HSL188.57º53.85%97.45%-
HSV(B)188.57º2.78%98.82%-
XYZ89.7295.44105.79-
YUV249.32129.51124.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 32.75%
GREEN value IS 251 (98.44% from 255) = 33.56%
BLUE value IS 252 (98.83% from 255) = 33.69%
R=32.75%
G=33.56%
B=33.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452512520.030.0000.01188.5753.8597.45
HexF5FBFC3001bd3661
Octal365373374300127566141
Binary11110101111110111111110011001101111011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FBFC; }

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

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

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

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

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

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

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

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