Shades of Alice Blue #EDFAFF
Tints of Alice Blue #EDFAFF
RGB
CMYK
RGB Variations
Color information
#EDFAFF (or 0xEDFAFF) is known color: Alice Blue. HEX triplet: ED, FA and FF. RGB value is (237,250,255). Sum of RGB (Red+Green+Blue) = 237+250+255=742 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.94% from 742); Green value is 250 (98.05% from 255 or 33.69% from 742); Blue value is 255 (100% from 255 or 34.37% from 742); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDFAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFAFF is #120500. Grayscale: #F6F6F6. Windows color (decimal): -1180929 or 16775917. OLE color: 16775917.
HSL color Cylindrical-coordinate representation of color #EDFAFF: hue angle of 196.67º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDFAFF is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 237 | 250 | 255 | - |
CMYK | 0.07 | 0.02 | 0 | 0 |
HSL | 196.67º | 1% | 0.96% | - |
HSV(B) | 196.67º | 0.07% | 1% | - |
XYZ | 87.16 | 93.6 | 108.08 | - |
YUV | 246.68 | 132.69 | 121.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 250 | 255 | 0.07 | 0.02 | 0 | 0 | 196.67 | 1 | 0.96 |
Hex | ED | FA | FF | 7 | 2 | 0 | 0 | C5 | 64 | 60 |
Octal | 355 | 372 | 377 | 7 | 2 | 0 | 0 | 305 | 144 | 140 |
Binary | 11101101 | 11111010 | 11111111 | 111 | 10 | 0 | 0 | 11000101 | 1100100 | 1100000 |
Color Harmonies of #EDFAFF
Complementary color
Monochromatic Colors of #EDFAFF
Black with #EDFAFF
Text Example
Text Example
White with #EDFAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFAFF; }
p { color: rgb(237,250,255); }
H1.HeaderClassName
{
color: #EDFAFF;
}
.AnyTagClassName
{
color: #EDFAFF;
}
</style>
background-color css
<style>
a { background-color: #EDFAFF; }
a { background-color: rgb(237,250,255); }
div.DivClassName
{
background-color: #EDFAFF;
}
.BgClassName
{
background-color: #EDFAFF;
}
</style>
border-color css
<style>
span { border-color: #EDFAFF; }
span { border-color: rgb(237,250,255); }
td.TdClassName
{
border-color: #EDFAFF;
}
.TagClassName
{
border-color: #EDFAFF;
}
</style>