Shades of Alice Blue #EDF8FC
Tints of Alice Blue #EDF8FC
RGB
CMYK
RGB Variations
Color information
#EDF8FC (or 0xEDF8FC) is known color: Alice Blue. HEX triplet: ED, F8 and FC. RGB value is (237,248,252). Sum of RGB (Red+Green+Blue) = 237+248+252=737 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.16% from 737); Green value is 248 (97.27% from 255 or 33.65% from 737); Blue value is 252 (98.83% from 255 or 34.19% from 737); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDF8FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF8FC is #120703. Grayscale: #F5F5F5. Windows color (decimal): -1181444 or 16578797. OLE color: 16578797.
HSL color Cylindrical-coordinate representation of color #EDF8FC: hue angle of 196º degrees, saturation: 0.71, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDF8FC is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 248 | 252 | - |
CMYK | 0.06 | 0.02 | 0 | 0.01 |
HSL | 196º | 0.71% | 0.96% | - |
HSV(B) | 196º | 0.06% | 0.99% | - |
XYZ | 86.06 | 92.17 | 105.35 | - |
YUV | 245.17 | 131.86 | 122.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 248 | 252 | 0.06 | 0.02 | 0 | 0.01 | 196 | 0.71 | 0.96 |
Hex | ED | F8 | FC | 6 | 2 | 0 | 1 | C4 | 47 | 60 |
Octal | 355 | 370 | 374 | 6 | 2 | 0 | 1 | 304 | 107 | 140 |
Binary | 11101101 | 11111000 | 11111100 | 110 | 10 | 0 | 1 | 11000100 | 1000111 | 1100000 |
Color Harmonies of #EDF8FC
Complementary color
Monochromatic Colors of #EDF8FC
Black with #EDF8FC
Text Example
Text Example
White with #EDF8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF8FC; }
p { color: rgb(237,248,252); }
H1.HeaderClassName
{
color: #EDF8FC;
}
.AnyTagClassName
{
color: #EDF8FC;
}
</style>
background-color css
<style>
a { background-color: #EDF8FC; }
a { background-color: rgb(237,248,252); }
div.DivClassName
{
background-color: #EDF8FC;
}
.BgClassName
{
background-color: #EDF8FC;
}
</style>
border-color css
<style>
span { border-color: #EDF8FC; }
span { border-color: rgb(237,248,252); }
td.TdClassName
{
border-color: #EDF8FC;
}
.TagClassName
{
border-color: #EDF8FC;
}
</style>