#F1F7FF

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

Shades of Alice Blue #F1F7FF

Tints of Alice Blue #F1F7FF

Color information

#F1F7FF (or 0xF1F7FF) is unknown color: approx Alice Blue. HEX triplet: F1, F7 and FF. RGB value is (241,247,255). Sum of RGB (Red+Green+Blue) = 241+247+255=743 (98% of max value = 765). Red value is 241 (94.53% from 255 or 32.44% from 743); Green value is 247 (96.88% from 255 or 33.24% from 743); Blue value is 255 (100% from 255 or 34.32% from 743); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1F7FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F7FF is #0E0800. Grayscale: #F6F6F6. Windows color (decimal): -919553 or 16775153. OLE color: 16775153.

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

Color convert

RGB241247255-
CMYK0.050.0300
HSL214.29º100%97.25%-
HSV(B)214.29º5.49%100%-
XYZ87.5992.44107.83-
YUV246.12133.01124.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.44%
GREEN value IS 247 (96.88% from 255) = 33.24%
BLUE value IS 255 (100% from 255) = 34.32%
R=32.44%
G=33.24%
B=34.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412472550.050.0300214.2910097.25
HexF1F7FF5300d66461
Octal3613673775300326144141
Binary11110001111101111111111110111001101011011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F7FF; }

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

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

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

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

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

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

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

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