#F0FDFD

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

Shades of Azure #F0FDFD

Tints of Azure #F0FDFD

Color information

#F0FDFD (or 0xF0FDFD) is unknown color: approx Azure. HEX triplet: F0, FD and FD. RGB value is (240,253,253). Sum of RGB (Red+Green+Blue) = 240+253+253=746 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.17% from 746); Green value is 253 (99.22% from 255 or 33.91% from 746); Blue value is 253 (99.22% from 255 or 33.91% from 746); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #F0FDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FDFD is #0F0202. Grayscale: #F9F9F9. Windows color (decimal): -983555 or 16645616. OLE color: 16645616.

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

Color convert

RGB240253253-
CMYK0.05000.01
HSL180º76.47%96.67%-
HSV(B)180º5.14%99.22%-
XYZ88.7995.87106.75-
YUV249.11130.19121.5-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.17%
GREEN value IS 253 (99.22% from 255) = 33.91%
BLUE value IS 253 (99.22% from 255) = 33.91%
R=32.17%
G=33.91%
B=33.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402532530.05000.0118076.4796.67
HexF0FDFD5001b44c61
Octal3603753755001264114141
Binary1111000011111101111111011010011011010010011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FDFD; }

 p { color: rgb(240,253,253); }

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

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

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

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

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

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

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