Shades of Alice Blue #E6F1FF
Tints of Alice Blue #E6F1FF
RGB
CMYK
RGB Variations
Color information
#E6F1FF (or 0xE6F1FF) is known color: Alice Blue. HEX triplet: E6, F1 and FF. RGB value is (230,241,255). Sum of RGB (Red+Green+Blue) = 230+241+255=726 (96% of max value = 765). Red value is 230 (90.23% from 255 or 31.68% from 726); Green value is 241 (94.53% from 255 or 33.20% from 726); Blue value is 255 (100% from 255 or 35.12% from 726); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6F1FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F1FF is #190E00. Grayscale: #EFEFEF. Windows color (decimal): -1641985 or 16773606. OLE color: 16773606.
HSL color Cylindrical-coordinate representation of color #E6F1FF: hue angle of 213.6º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6F1FF is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 241 | 255 | - |
| CMYK | 0.10 | 0.05 | 0 | 0 |
| HSL | 213.6º | 1% | 0.95% | - |
| HSV(B) | 213.6º | 0.1% | 1% | - |
| XYZ | 82.14 | 86.95 | 107.06 | - |
| YUV | 239.31 | 136.86 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 241 | 255 | 0.10 | 0.05 | 0 | 0 | 213.6 | 1 | 0.95 |
| Hex | E6 | F1 | FF | A | 5 | 0 | 0 | D6 | 64 | 5F |
| Octal | 346 | 361 | 377 | 12 | 5 | 0 | 0 | 326 | 144 | 137 |
| Binary | 11100110 | 11110001 | 11111111 | 1010 | 101 | 0 | 0 | 11010110 | 1100100 | 1011111 |
Color Harmonies of #E6F1FF
Complementary color
Monochromatic Colors of #E6F1FF
Black with #E6F1FF
Text Example
Text Example
White with #E6F1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F1FF; }
p { color: rgb(230,241,255); }
H1.HeaderClassName
{
color: #E6F1FF;
}
.AnyTagClassName
{
color: #E6F1FF;
}
</style>
background-color css
<style>
a { background-color: #E6F1FF; }
a { background-color: rgb(230,241,255); }
div.DivClassName
{
background-color: #E6F1FF;
}
.BgClassName
{
background-color: #E6F1FF;
}
</style>
border-color css
<style>
span { border-color: #E6F1FF; }
span { border-color: rgb(230,241,255); }
td.TdClassName
{
border-color: #E6F1FF;
}
.TagClassName
{
border-color: #E6F1FF;
}
</style>