Shades of Alice Blue #E6F2FE
Tints of Alice Blue #E6F2FE
RGB
CMYK
RGB Variations
Color information
#E6F2FE (or 0xE6F2FE) is known color: Alice Blue. HEX triplet: E6, F2 and FE. RGB value is (230,242,254). Sum of RGB (Red+Green+Blue) = 230+242+254=726 (96% of max value = 765). Red value is 230 (90.23% from 255 or 31.68% from 726); Green value is 242 (94.92% from 255 or 33.33% from 726); Blue value is 254 (99.61% from 255 or 34.99% from 726); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6F2FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F2FE is #190D01. Grayscale: #EFEFEF. Windows color (decimal): -1641730 or 16708326. OLE color: 16708326.
HSL color Cylindrical-coordinate representation of color #E6F2FE: hue angle of 210º 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 #E6F2FE is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 242 | 254 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.00 |
| HSL | 210º | 0.92% | 0.95% | - |
| HSV(B) | 210º | 0.09% | 1% | - |
| XYZ | 82.27 | 87.48 | 106.32 | - |
| YUV | 239.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 242 | 254 | 0.09 | 0.05 | 0 | 0.00 | 210 | 0.92 | 0.95 |
| Hex | E6 | F2 | FE | 9 | 5 | 0 | 0 | D2 | 5C | 5F |
| Octal | 346 | 362 | 376 | 11 | 5 | 0 | 0 | 322 | 134 | 137 |
| Binary | 11100110 | 11110010 | 11111110 | 1001 | 101 | 0 | 0 | 11010010 | 1011100 | 1011111 |
Color Harmonies of #E6F2FE
Complementary color
Monochromatic Colors of #E6F2FE
Black with #E6F2FE
Text Example
Text Example
White with #E6F2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F2FE; }
p { color: rgb(230,242,254); }
H1.HeaderClassName
{
color: #E6F2FE;
}
.AnyTagClassName
{
color: #E6F2FE;
}
</style>
background-color css
<style>
a { background-color: #E6F2FE; }
a { background-color: rgb(230,242,254); }
div.DivClassName
{
background-color: #E6F2FE;
}
.BgClassName
{
background-color: #E6F2FE;
}
</style>
border-color css
<style>
span { border-color: #E6F2FE; }
span { border-color: rgb(230,242,254); }
td.TdClassName
{
border-color: #E6F2FE;
}
.TagClassName
{
border-color: #E6F2FE;
}
</style>