Shades of Alice Blue #E6F0FA
Tints of Alice Blue #E6F0FA
RGB
CMYK
RGB Variations
Color information
#E6F0FA (or 0xE6F0FA) is known color: Alice Blue. HEX triplet: E6, F0 and FA. RGB value is (230,240,250). Sum of RGB (Red+Green+Blue) = 230+240+250=720 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.94% from 720); Green value is 240 (94.14% from 255 or 33.33% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6F0FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F0FA is #190F05. Grayscale: #EEEEEE. Windows color (decimal): -1642246 or 16445670. OLE color: 16445670.
HSL color Cylindrical-coordinate representation of color #E6F0FA: hue angle of 210º degrees, saturation: 0.67, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6F0FA is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 240 | 250 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.02 |
| HSL | 210º | 0.67% | 0.94% | - |
| HSV(B) | 210º | 0.08% | 0.98% | - |
| XYZ | 81.05 | 86.05 | 102.78 | - |
| YUV | 238.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 240 | 250 | 0.08 | 0.04 | 0 | 0.02 | 210 | 0.67 | 0.94 |
| Hex | E6 | F0 | FA | 8 | 4 | 0 | 2 | D2 | 43 | 5E |
| Octal | 346 | 360 | 372 | 10 | 4 | 0 | 2 | 322 | 103 | 136 |
| Binary | 11100110 | 11110000 | 11111010 | 1000 | 100 | 0 | 10 | 11010010 | 1000011 | 1011110 |
Color Harmonies of #E6F0FA
Complementary color
Monochromatic Colors of #E6F0FA
Black with #E6F0FA
Text Example
Text Example
White with #E6F0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F0FA; }
p { color: rgb(230,240,250); }
H1.HeaderClassName
{
color: #E6F0FA;
}
.AnyTagClassName
{
color: #E6F0FA;
}
</style>
background-color css
<style>
a { background-color: #E6F0FA; }
a { background-color: rgb(230,240,250); }
div.DivClassName
{
background-color: #E6F0FA;
}
.BgClassName
{
background-color: #E6F0FA;
}
</style>
border-color css
<style>
span { border-color: #E6F0FA; }
span { border-color: rgb(230,240,250); }
td.TdClassName
{
border-color: #E6F0FA;
}
.TagClassName
{
border-color: #E6F0FA;
}
</style>