Shades of Alice Blue #F9FBFF
Tints of Alice Blue #F9FBFF
RGB
CMYK
RGB Variations
Color information
#F9FBFF (or 0xF9FBFF) is known color: Alice Blue. HEX triplet: F9, FB and FF. RGB value is (249,251,255). Sum of RGB (Red+Green+Blue) = 249+251+255=755 (100% of max value = 765). Red value is 249 (97.66% from 255 or 32.98% from 755); Green value is 251 (98.44% from 255 or 33.25% from 755); Blue value is 255 (100% from 255 or 33.77% from 755); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9FBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FBFF is #060400. Grayscale: #FAFAFA. Windows color (decimal): -394241 or 16776185. OLE color: 16776185.
HSL color Cylindrical-coordinate representation of color #F9FBFF: hue angle of 220º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F9FBFF is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 251 | 255 | - |
| CMYK | 0.02 | 0.02 | 0 | 0 |
| HSL | 220º | 1% | 0.99% | - |
| HSV(B) | 220º | 0.02% | 1% | - |
| XYZ | 91.61 | 96.35 | 108.38 | - |
| YUV | 250.86 | 130.34 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 251 | 255 | 0.02 | 0.02 | 0 | 0 | 220 | 1 | 0.99 |
| Hex | F9 | FB | FF | 2 | 2 | 0 | 0 | DC | 64 | 63 |
| Octal | 371 | 373 | 377 | 2 | 2 | 0 | 0 | 334 | 144 | 143 |
| Binary | 11111001 | 11111011 | 11111111 | 10 | 10 | 0 | 0 | 11011100 | 1100100 | 1100011 |
Color Harmonies of #F9FBFF
Complementary color
Monochromatic Colors of #F9FBFF
Black with #F9FBFF
Text Example
Text Example
White with #F9FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FBFF; }
p { color: rgb(249,251,255); }
H1.HeaderClassName
{
color: #F9FBFF;
}
.AnyTagClassName
{
color: #F9FBFF;
}
</style>
background-color css
<style>
a { background-color: #F9FBFF; }
a { background-color: rgb(249,251,255); }
div.DivClassName
{
background-color: #F9FBFF;
}
.BgClassName
{
background-color: #F9FBFF;
}
</style>
border-color css
<style>
span { border-color: #F9FBFF; }
span { border-color: rgb(249,251,255); }
td.TdClassName
{
border-color: #F9FBFF;
}
.TagClassName
{
border-color: #F9FBFF;
}
</style>