#F1F8FF

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

Shades of Alice Blue #F1F8FF

Tints of Alice Blue #F1F8FF

Color information

#F1F8FF (or 0xF1F8FF) is unknown color: approx Alice Blue. HEX triplet: F1, F8 and FF. RGB value is (241,248,255). Sum of RGB (Red+Green+Blue) = 241+248+255=744 (98% of max value = 765). Red value is 241 (94.53% from 255 or 32.39% from 744); Green value is 248 (97.27% from 255 or 33.33% from 744); Blue value is 255 (100% from 255 or 34.27% from 744); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1F8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F8FF is #0E0700. Grayscale: #F6F6F6. Windows color (decimal): -919297 or 16775409. OLE color: 16775409.

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

Color convert

RGB241248255-
CMYK0.050.0300
HSL210º100%97.25%-
HSV(B)210º5.49%100%-
XYZ87.8993.06107.94-
YUV246.7132.68123.93-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.39%
GREEN value IS 248 (97.27% from 255) = 33.33%
BLUE value IS 255 (100% from 255) = 34.27%
R=32.39%
G=33.33%
B=34.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412482550.050.030021010097.25
HexF1F8FF5300d26461
Octal3613703775300322144141
Binary11110001111110001111111110111001101001011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F8FF; }

 p { color: rgb(241,248,255); }

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

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

 a { background-color: rgb(241,248,255); }

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

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

 span { border-color: rgb(241,248,255); }

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