Shades of Alice Blue #EDF7FC
Tints of Alice Blue #EDF7FC
RGB
CMYK
RGB Variations
Color information
#EDF7FC (or 0xEDF7FC) is known color: Alice Blue. HEX triplet: ED, F7 and FC. RGB value is (237,247,252). Sum of RGB (Red+Green+Blue) = 237+247+252=736 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.20% from 736); Green value is 247 (96.88% from 255 or 33.56% from 736); Blue value is 252 (98.83% from 255 or 34.24% from 736); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDF7FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF7FC is #120803. Grayscale: #F4F4F4. Windows color (decimal): -1181700 or 16578541. OLE color: 16578541.
HSL color Cylindrical-coordinate representation of color #EDF7FC: hue angle of 200º 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 #EDF7FC is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 247 | 252 | - |
CMYK | 0.06 | 0.02 | 0 | 0.01 |
HSL | 200º | 0.71% | 0.96% | - |
HSV(B) | 200º | 0.06% | 0.99% | - |
XYZ | 85.76 | 91.55 | 105.25 | - |
YUV | 244.58 | 132.19 | 122.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 247 | 252 | 0.06 | 0.02 | 0 | 0.01 | 200 | 0.71 | 0.96 |
Hex | ED | F7 | FC | 6 | 2 | 0 | 1 | C8 | 47 | 60 |
Octal | 355 | 367 | 374 | 6 | 2 | 0 | 1 | 310 | 107 | 140 |
Binary | 11101101 | 11110111 | 11111100 | 110 | 10 | 0 | 1 | 11001000 | 1000111 | 1100000 |
Color Harmonies of #EDF7FC
Complementary color
Monochromatic Colors of #EDF7FC
Black with #EDF7FC
Text Example
Text Example
White with #EDF7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF7FC; }
p { color: rgb(237,247,252); }
H1.HeaderClassName
{
color: #EDF7FC;
}
.AnyTagClassName
{
color: #EDF7FC;
}
</style>
background-color css
<style>
a { background-color: #EDF7FC; }
a { background-color: rgb(237,247,252); }
div.DivClassName
{
background-color: #EDF7FC;
}
.BgClassName
{
background-color: #EDF7FC;
}
</style>
border-color css
<style>
span { border-color: #EDF7FC; }
span { border-color: rgb(237,247,252); }
td.TdClassName
{
border-color: #EDF7FC;
}
.TagClassName
{
border-color: #EDF7FC;
}
</style>