Shades of Alice Blue #EDF5FE
Tints of Alice Blue #EDF5FE
RGB
CMYK
RGB Variations
Color information
#EDF5FE (or 0xEDF5FE) is known color: Alice Blue. HEX triplet: ED, F5 and FE. RGB value is (237,245,254). Sum of RGB (Red+Green+Blue) = 237+245+254=736 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.20% from 736); Green value is 245 (96.09% from 255 or 33.29% from 736); Blue value is 254 (99.61% from 255 or 34.51% from 736); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDF5FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF5FE is #120A01. Grayscale: #F3F3F3. Windows color (decimal): -1182210 or 16709101. OLE color: 16709101.
HSL color Cylindrical-coordinate representation of color #EDF5FE: hue angle of 211.76º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDF5FE is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 245 | 254 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.00 |
| HSL | 211.76º | 0.89% | 0.96% | - |
| HSV(B) | 211.76º | 0.07% | 1% | - |
| XYZ | 85.47 | 90.47 | 106.72 | - |
| YUV | 243.63 | 133.85 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 254 | 0.07 | 0.04 | 0 | 0.00 | 211.76 | 0.89 | 0.96 |
| Hex | ED | F5 | FE | 7 | 4 | 0 | 0 | D4 | 59 | 60 |
| Octal | 355 | 365 | 376 | 7 | 4 | 0 | 0 | 324 | 131 | 140 |
| Binary | 11101101 | 11110101 | 11111110 | 111 | 100 | 0 | 0 | 11010100 | 1011001 | 1100000 |
Color Harmonies of #EDF5FE
Complementary color
Monochromatic Colors of #EDF5FE
Black with #EDF5FE
Text Example
Text Example
White with #EDF5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF5FE; }
p { color: rgb(237,245,254); }
H1.HeaderClassName
{
color: #EDF5FE;
}
.AnyTagClassName
{
color: #EDF5FE;
}
</style>
background-color css
<style>
a { background-color: #EDF5FE; }
a { background-color: rgb(237,245,254); }
div.DivClassName
{
background-color: #EDF5FE;
}
.BgClassName
{
background-color: #EDF5FE;
}
</style>
border-color css
<style>
span { border-color: #EDF5FE; }
span { border-color: rgb(237,245,254); }
td.TdClassName
{
border-color: #EDF5FE;
}
.TagClassName
{
border-color: #EDF5FE;
}
</style>