#F0F5FF

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

Shades of Alice Blue #F0F5FF

Tints of Alice Blue #F0F5FF

Color information

#F0F5FF (or 0xF0F5FF) is unknown color: approx Alice Blue. HEX triplet: F0, F5 and FF. RGB value is (240,245,255). Sum of RGB (Red+Green+Blue) = 240+245+255=740 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.43% from 740); Green value is 245 (96.09% from 255 or 33.11% from 740); Blue value is 255 (100% from 255 or 34.46% from 740); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0F5FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F5FF is #0F0A00. Grayscale: #F4F4F4. Windows color (decimal): -985601 or 16774640. OLE color: 16774640.

HSL color Cylindrical-coordinate representation of color #F0F5FF: hue angle of 220º 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 #F0F5FF is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB240245255-
CMYK0.060.0400
HSL220º100%97.06%-
HSV(B)220º5.88%100%-
XYZ86.6491.05107.62-
YUV244.64133.84124.69-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.43%
GREEN value IS 245 (96.09% from 255) = 33.11%
BLUE value IS 255 (100% from 255) = 34.46%
R=32.43%
G=33.11%
B=34.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402452550.060.040022010097.06
HexF0F5FF6400dc6461
Octal3603653776400334144141
Binary111100001111010111111111110100001101110011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F5FF; }

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

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

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

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

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

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

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

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