#F0F9FA

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

Shades of Azure #F0F9FA

Tints of Azure #F0F9FA

Color information

#F0F9FA (or 0xF0F9FA) is unknown color: approx Azure. HEX triplet: F0, F9 and FA. RGB value is (240,249,250). Sum of RGB (Red+Green+Blue) = 240+249+250=739 (97% of max value = 765). Red value is 240 (94.14% from 255 or 32.48% from 739); Green value is 249 (97.66% from 255 or 33.69% from 739); Blue value is 250 (98.05% from 255 or 33.83% from 739); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0F9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F9FA is #0F0605. Grayscale: #F6F6F6. Windows color (decimal): -984582 or 16447984. OLE color: 16447984.

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

Color convert

RGB240249250-
CMYK0.040.0000.02
HSL186º50%96.08%-
HSV(B)186º4%98.04%-
XYZ87.0793.18103.84-
YUV246.42130.02123.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.48%
GREEN value IS 249 (97.66% from 255) = 33.69%
BLUE value IS 250 (98.05% from 255) = 33.83%
R=32.48%
G=33.69%
B=33.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402492500.040.0000.021865096.08
HexF0F9FA4002ba3260
Octal360371372400227262140
Binary1111000011111001111110101000010101110101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F9FA; }

 p { color: rgb(240,249,250); }

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

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

 a { background-color: rgb(240,249,250); }

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

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

 span { border-color: rgb(240,249,250); }

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