Shades of Alice Blue #EDFAFE
Tints of Alice Blue #EDFAFE
RGB
CMYK
RGB Variations
Color information
#EDFAFE (or 0xEDFAFE) is known color: Alice Blue. HEX triplet: ED, FA and FE. RGB value is (237,250,254). Sum of RGB (Red+Green+Blue) = 237+250+254=741 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.98% from 741); Green value is 250 (98.05% from 255 or 33.74% from 741); Blue value is 254 (99.61% from 255 or 34.28% from 741); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDFAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFAFE is #120501. Grayscale: #F6F6F6. Windows color (decimal): -1180930 or 16710381. OLE color: 16710381.
HSL color Cylindrical-coordinate representation of color #EDFAFE: hue angle of 194.12º 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 #EDFAFE is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 250 | 254 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.00 |
| HSL | 194.12º | 0.89% | 0.96% | - |
| HSV(B) | 194.12º | 0.07% | 1% | - |
| XYZ | 87 | 93.53 | 107.23 | - |
| YUV | 246.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 250 | 254 | 0.07 | 0.02 | 0 | 0.00 | 194.12 | 0.89 | 0.96 |
| Hex | ED | FA | FE | 7 | 2 | 0 | 0 | C2 | 59 | 60 |
| Octal | 355 | 372 | 376 | 7 | 2 | 0 | 0 | 302 | 131 | 140 |
| Binary | 11101101 | 11111010 | 11111110 | 111 | 10 | 0 | 0 | 11000010 | 1011001 | 1100000 |
Color Harmonies of #EDFAFE
Complementary color
Monochromatic Colors of #EDFAFE
Black with #EDFAFE
Text Example
Text Example
White with #EDFAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFAFE; }
p { color: rgb(237,250,254); }
H1.HeaderClassName
{
color: #EDFAFE;
}
.AnyTagClassName
{
color: #EDFAFE;
}
</style>
background-color css
<style>
a { background-color: #EDFAFE; }
a { background-color: rgb(237,250,254); }
div.DivClassName
{
background-color: #EDFAFE;
}
.BgClassName
{
background-color: #EDFAFE;
}
</style>
border-color css
<style>
span { border-color: #EDFAFE; }
span { border-color: rgb(237,250,254); }
td.TdClassName
{
border-color: #EDFAFE;
}
.TagClassName
{
border-color: #EDFAFE;
}
</style>