#F0FDFF

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

Shades of Azure #F0FDFF

Tints of Azure #F0FDFF

Color information

#F0FDFF (or 0xF0FDFF) is unknown color: approx Azure. HEX triplet: F0, FD and FF. RGB value is (240,253,255). Sum of RGB (Red+Green+Blue) = 240+253+255=748 (99% of max value = 765). Red value is 240 (94.14% from 255 or 32.09% from 748); Green value is 253 (99.22% from 255 or 33.82% from 748); Blue value is 255 (100% from 255 or 34.09% from 748); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0FDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FDFF is #0F0200. Grayscale: #F9F9F9. Windows color (decimal): -983553 or 16776688. OLE color: 16776688.

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

Color convert

RGB240253255-
CMYK0.060.0100
HSL188º100%97.06%-
HSV(B)188º5.88%100%-
XYZ89.1196108.44-
YUV249.34131.19121.34-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.09%
GREEN value IS 253 (99.22% from 255) = 33.82%
BLUE value IS 255 (100% from 255) = 34.09%
R=32.09%
G=33.82%
B=34.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402532550.060.010018810097.06
HexF0FDFF6100bc6461
Octal3603753776100274144141
Binary1111000011111101111111111101001011110011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FDFF; }

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

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

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

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

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

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

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

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