Shades of Alice Blue #EBF7FC
Tints of Alice Blue #EBF7FC
RGB
CMYK
RGB Variations
Color information
#EBF7FC (or 0xEBF7FC) is known color: Alice Blue. HEX triplet: EB, F7 and FC. RGB value is (235,247,252). Sum of RGB (Red+Green+Blue) = 235+247+252=734 (97% of max value = 765). Red value is 235 (92.19% from 255 or 32.02% from 734); Green value is 247 (96.88% from 255 or 33.65% from 734); Blue value is 252 (98.83% from 255 or 34.33% from 734); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBF7FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF7FC is #140803. Grayscale: #F3F3F3. Windows color (decimal): -1312772 or 16578539. OLE color: 16578539.
HSL color Cylindrical-coordinate representation of color #EBF7FC: hue angle of 197.65º degrees, saturation: 0.74, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBF7FC is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 235 | 247 | 252 | - |
CMYK | 0.07 | 0.02 | 0 | 0.01 |
HSL | 197.65º | 0.74% | 0.95% | - |
HSV(B) | 197.65º | 0.07% | 0.99% | - |
XYZ | 85.09 | 91.21 | 105.22 | - |
YUV | 243.98 | 132.52 | 121.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 247 | 252 | 0.07 | 0.02 | 0 | 0.01 | 197.65 | 0.74 | 0.95 |
Hex | EB | F7 | FC | 7 | 2 | 0 | 1 | C6 | 4A | 5F |
Octal | 353 | 367 | 374 | 7 | 2 | 0 | 1 | 306 | 112 | 137 |
Binary | 11101011 | 11110111 | 11111100 | 111 | 10 | 0 | 1 | 11000110 | 1001010 | 1011111 |
Color Harmonies of #EBF7FC
Complementary color
Monochromatic Colors of #EBF7FC
Black with #EBF7FC
Text Example
Text Example
White with #EBF7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF7FC; }
p { color: rgb(235,247,252); }
H1.HeaderClassName
{
color: #EBF7FC;
}
.AnyTagClassName
{
color: #EBF7FC;
}
</style>
background-color css
<style>
a { background-color: #EBF7FC; }
a { background-color: rgb(235,247,252); }
div.DivClassName
{
background-color: #EBF7FC;
}
.BgClassName
{
background-color: #EBF7FC;
}
</style>
border-color css
<style>
span { border-color: #EBF7FC; }
span { border-color: rgb(235,247,252); }
td.TdClassName
{
border-color: #EBF7FC;
}
.TagClassName
{
border-color: #EBF7FC;
}
</style>