Shades of Alice Blue #EDF5FD
Tints of Alice Blue #EDF5FD
RGB
CMYK
RGB Variations
Color information
#EDF5FD (or 0xEDF5FD) is known color: Alice Blue. HEX triplet: ED, F5 and FD. RGB value is (237,245,253). Sum of RGB (Red+Green+Blue) = 237+245+253=735 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.24% from 735); Green value is 245 (96.09% from 255 or 33.33% from 735); Blue value is 253 (99.22% from 255 or 34.42% from 735); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDF5FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF5FD is #120A02. Grayscale: #F3F3F3. Windows color (decimal): -1182211 or 16643565. OLE color: 16643565.
HSL color Cylindrical-coordinate representation of color #EDF5FD: hue angle of 210º degrees, saturation: 0.8, 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 #EDF5FD is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 245 | 253 | - |
CMYK | 0.06 | 0.03 | 0 | 0.01 |
HSL | 210º | 0.8% | 0.96% | - |
HSV(B) | 210º | 0.06% | 0.99% | - |
XYZ | 85.31 | 90.4 | 105.88 | - |
YUV | 243.52 | 133.35 | 123.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 245 | 253 | 0.06 | 0.03 | 0 | 0.01 | 210 | 0.8 | 0.96 |
Hex | ED | F5 | FD | 6 | 3 | 0 | 1 | D2 | 50 | 60 |
Octal | 355 | 365 | 375 | 6 | 3 | 0 | 1 | 322 | 120 | 140 |
Binary | 11101101 | 11110101 | 11111101 | 110 | 11 | 0 | 1 | 11010010 | 1010000 | 1100000 |
Color Harmonies of #EDF5FD
Complementary color
Monochromatic Colors of #EDF5FD
Black with #EDF5FD
Text Example
Text Example
White with #EDF5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF5FD; }
p { color: rgb(237,245,253); }
H1.HeaderClassName
{
color: #EDF5FD;
}
.AnyTagClassName
{
color: #EDF5FD;
}
</style>
background-color css
<style>
a { background-color: #EDF5FD; }
a { background-color: rgb(237,245,253); }
div.DivClassName
{
background-color: #EDF5FD;
}
.BgClassName
{
background-color: #EDF5FD;
}
</style>
border-color css
<style>
span { border-color: #EDF5FD; }
span { border-color: rgb(237,245,253); }
td.TdClassName
{
border-color: #EDF5FD;
}
.TagClassName
{
border-color: #EDF5FD;
}
</style>