Shades of Alice Blue #E6F6FF
Tints of Alice Blue #E6F6FF
RGB
CMYK
RGB Variations
Color information
#E6F6FF (or 0xE6F6FF) is known color: Alice Blue. HEX triplet: E6, F6 and FF. RGB value is (230,246,255). Sum of RGB (Red+Green+Blue) = 230+246+255=731 (96% of max value = 765). Red value is 230 (90.23% from 255 or 31.46% from 731); Green value is 246 (96.48% from 255 or 33.65% from 731); Blue value is 255 (100% from 255 or 34.88% from 731); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6F6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F6FF is #190900. Grayscale: #F2F2F2. Windows color (decimal): -1640705 or 16774886. OLE color: 16774886.
HSL color Cylindrical-coordinate representation of color #E6F6FF: hue angle of 201.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 #E6F6FF is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 246 | 255 | - |
| CMYK | 0.10 | 0.04 | 0 | 0 |
| HSL | 201.6º | 1% | 0.95% | - |
| HSV(B) | 201.6º | 0.1% | 1% | - |
| XYZ | 83.64 | 89.95 | 107.56 | - |
| YUV | 242.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 246 | 255 | 0.10 | 0.04 | 0 | 0 | 201.6 | 1 | 0.95 |
| Hex | E6 | F6 | FF | A | 4 | 0 | 0 | CA | 64 | 5F |
| Octal | 346 | 366 | 377 | 12 | 4 | 0 | 0 | 312 | 144 | 137 |
| Binary | 11100110 | 11110110 | 11111111 | 1010 | 100 | 0 | 0 | 11001010 | 1100100 | 1011111 |
Color Harmonies of #E6F6FF
Complementary color
Monochromatic Colors of #E6F6FF
Black with #E6F6FF
Text Example
Text Example
White with #E6F6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F6FF; }
p { color: rgb(230,246,255); }
H1.HeaderClassName
{
color: #E6F6FF;
}
.AnyTagClassName
{
color: #E6F6FF;
}
</style>
background-color css
<style>
a { background-color: #E6F6FF; }
a { background-color: rgb(230,246,255); }
div.DivClassName
{
background-color: #E6F6FF;
}
.BgClassName
{
background-color: #E6F6FF;
}
</style>
border-color css
<style>
span { border-color: #E6F6FF; }
span { border-color: rgb(230,246,255); }
td.TdClassName
{
border-color: #E6F6FF;
}
.TagClassName
{
border-color: #E6F6FF;
}
</style>