#F0FBFC

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

Shades of Azure #F0FBFC

Tints of Azure #F0FBFC

Color information

#F0FBFC (or 0xF0FBFC) is unknown color: approx Azure. HEX triplet: F0, FB and FC. RGB value is (240,251,252). Sum of RGB (Red+Green+Blue) = 240+251+252=743 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.30% from 743); Green value is 251 (98.44% from 255 or 33.78% from 743); Blue value is 252 (98.83% from 255 or 33.92% from 743); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0FBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FBFC is #0F0403. Grayscale: #F7F7F7. Windows color (decimal): -984068 or 16579568. OLE color: 16579568.

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

Color convert

RGB240251252-
CMYK0.050.0000.01
HSL185º66.67%96.47%-
HSV(B)185º4.76%98.82%-
XYZ8894.55105.71-
YUV247.82130.36122.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.30%
GREEN value IS 251 (98.44% from 255) = 33.78%
BLUE value IS 252 (98.83% from 255) = 33.92%
R=32.30%
G=33.78%
B=33.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402512520.050.0000.0118566.6796.47
HexF0FBFC5001b94360
Octal3603733745001271103140
Binary1111000011111011111111001010011011100110000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FBFC; }

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

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

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

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

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

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

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

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