#F2F7FF

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

Shades of Alice Blue #F2F7FF

Tints of Alice Blue #F2F7FF

Color information

#F2F7FF (or 0xF2F7FF) is unknown color: approx Alice Blue. HEX triplet: F2, F7 and FF. RGB value is (242,247,255). Sum of RGB (Red+Green+Blue) = 242+247+255=744 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.53% from 744); Green value is 247 (96.88% from 255 or 33.20% 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 #F2F7FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F7FF is #0D0800. Grayscale: #F6F6F6. Windows color (decimal): -854017 or 16775154. OLE color: 16775154.

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

Color convert

RGB242247255-
CMYK0.050.0300
HSL216.92º100%97.45%-
HSV(B)216.92º5.1%100%-
XYZ87.9392.62107.85-
YUV246.42132.84124.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.53%
GREEN value IS 247 (96.88% from 255) = 33.20%
BLUE value IS 255 (100% from 255) = 34.27%
R=32.53%
G=33.20%
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
Decimal2422472550.050.0300216.9210097.45
HexF2F7FF5300d96461
Octal3623673775300331144141
Binary11110010111101111111111110111001101100111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F7FF; }

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

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

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

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

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

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

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

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