Shades of Alice Blue #E6F4FE
Tints of Alice Blue #E6F4FE
RGB
CMYK
RGB Variations
Color information
#E6F4FE (or 0xE6F4FE) is known color: Alice Blue. HEX triplet: E6, F4 and FE. RGB value is (230,244,254). Sum of RGB (Red+Green+Blue) = 230+244+254=728 (96% of max value = 765). Red value is 230 (90.23% from 255 or 31.59% from 728); Green value is 244 (95.70% from 255 or 33.52% from 728); Blue value is 254 (99.61% from 255 or 34.89% from 728); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6F4FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F4FE is #190B01. Grayscale: #F0F0F0. Windows color (decimal): -1641218 or 16708838. OLE color: 16708838.
HSL color Cylindrical-coordinate representation of color #E6F4FE: hue angle of 205º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6F4FE is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 244 | 254 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.00 |
| HSL | 205º | 0.92% | 0.95% | - |
| HSV(B) | 205º | 0.09% | 1% | - |
| XYZ | 82.87 | 88.68 | 106.52 | - |
| YUV | 240.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 244 | 254 | 0.09 | 0.04 | 0 | 0.00 | 205 | 0.92 | 0.95 |
| Hex | E6 | F4 | FE | 9 | 4 | 0 | 0 | CD | 5C | 5F |
| Octal | 346 | 364 | 376 | 11 | 4 | 0 | 0 | 315 | 134 | 137 |
| Binary | 11100110 | 11110100 | 11111110 | 1001 | 100 | 0 | 0 | 11001101 | 1011100 | 1011111 |
Color Harmonies of #E6F4FE
Complementary color
Monochromatic Colors of #E6F4FE
Black with #E6F4FE
Text Example
Text Example
White with #E6F4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F4FE; }
p { color: rgb(230,244,254); }
H1.HeaderClassName
{
color: #E6F4FE;
}
.AnyTagClassName
{
color: #E6F4FE;
}
</style>
background-color css
<style>
a { background-color: #E6F4FE; }
a { background-color: rgb(230,244,254); }
div.DivClassName
{
background-color: #E6F4FE;
}
.BgClassName
{
background-color: #E6F4FE;
}
</style>
border-color css
<style>
span { border-color: #E6F4FE; }
span { border-color: rgb(230,244,254); }
td.TdClassName
{
border-color: #E6F4FE;
}
.TagClassName
{
border-color: #E6F4FE;
}
</style>