#F0FBFA

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

Shades of Azure #F0FBFA

Tints of Azure #F0FBFA

Color information

#F0FBFA (or 0xF0FBFA) is unknown color: approx Azure. HEX triplet: F0, FB and FA. RGB value is (240,251,250). Sum of RGB (Red+Green+Blue) = 240+251+250=741 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.39% from 741); Green value is 251 (98.44% from 255 or 33.87% from 741); Blue value is 250 (98.05% from 255 or 33.74% from 741); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FBFA is #0F0405. Grayscale: #F7F7F7. Windows color (decimal): -984070 or 16448496. OLE color: 16448496.

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

Color convert

RGB240251250-
CMYK0.0400.000.02
HSL174.55º57.89%96.27%-
HSV(B)174.55º4.38%98.43%-
XYZ87.6994.42104.05-
YUV247.6129.36122.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.39%
GREEN value IS 251 (98.44% from 255) = 33.87%
BLUE value IS 250 (98.05% from 255) = 33.74%
R=32.39%
G=33.87%
B=33.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402512500.0400.000.02174.5557.8996.27
HexF0FBFA4002af3a60
Octal360373372400225772140
Binary1111000011111011111110101000010101011111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FBFA; }

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

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

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

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

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

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

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

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