#F2F9FF

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

Shades of Alice Blue #F2F9FF

Tints of Alice Blue #F2F9FF

Color information

#F2F9FF (or 0xF2F9FF) is unknown color: approx Alice Blue. HEX triplet: F2, F9 and FF. RGB value is (242,249,255). Sum of RGB (Red+Green+Blue) = 242+249+255=746 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.44% from 746); Green value is 249 (97.66% from 255 or 33.38% from 746); Blue value is 255 (100% from 255 or 34.18% from 746); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2F9FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F9FF is #0D0600. Grayscale: #F7F7F7. Windows color (decimal): -853505 or 16775666. OLE color: 16775666.

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

Color convert

RGB242249255-
CMYK0.050.0200
HSL207.69º100%97.45%-
HSV(B)207.69º5.1%100%-
XYZ88.5493.85108.06-
YUV247.59132.18124.01-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.44%
GREEN value IS 249 (97.66% from 255) = 33.38%
BLUE value IS 255 (100% from 255) = 34.18%
R=32.44%
G=33.38%
B=34.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422492550.050.0200207.6910097.45
HexF2F9FF5200d06461
Octal3623713775200320144141
Binary11110010111110011111111110110001101000011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F9FF; }

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

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

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

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

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

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

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

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