Shades of Alice Blue #EEF9FD
Tints of Alice Blue #EEF9FD
RGB
CMYK
RGB Variations
Color information
#EEF9FD (or 0xEEF9FD) is known color: Alice Blue. HEX triplet: EE, F9 and FD. RGB value is (238,249,253). Sum of RGB (Red+Green+Blue) = 238+249+253=740 (98% of max value = 765). Red value is 238 (93.36% from 255 or 32.16% from 740); Green value is 249 (97.66% from 255 or 33.65% from 740); Blue value is 253 (99.22% from 255 or 34.19% from 740); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEF9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF9FD is #110602. Grayscale: #F6F6F6. Windows color (decimal): -1115651 or 16644590. OLE color: 16644590.
HSL color Cylindrical-coordinate representation of color #EEF9FD: hue angle of 196º degrees, saturation: 0.79, 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 #EEF9FD is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 249 | 253 | - |
CMYK | 0.06 | 0.02 | 0 | 0.01 |
HSL | 196º | 0.79% | 0.96% | - |
HSV(B) | 196º | 0.06% | 0.99% | - |
XYZ | 86.87 | 93.02 | 106.3 | - |
YUV | 246.17 | 131.86 | 122.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 249 | 253 | 0.06 | 0.02 | 0 | 0.01 | 196 | 0.79 | 0.96 |
Hex | EE | F9 | FD | 6 | 2 | 0 | 1 | C4 | 4F | 60 |
Octal | 356 | 371 | 375 | 6 | 2 | 0 | 1 | 304 | 117 | 140 |
Binary | 11101110 | 11111001 | 11111101 | 110 | 10 | 0 | 1 | 11000100 | 1001111 | 1100000 |
Color Harmonies of #EEF9FD
Complementary color
Monochromatic Colors of #EEF9FD
Black with #EEF9FD
Text Example
Text Example
White with #EEF9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF9FD; }
p { color: rgb(238,249,253); }
H1.HeaderClassName
{
color: #EEF9FD;
}
.AnyTagClassName
{
color: #EEF9FD;
}
</style>
background-color css
<style>
a { background-color: #EEF9FD; }
a { background-color: rgb(238,249,253); }
div.DivClassName
{
background-color: #EEF9FD;
}
.BgClassName
{
background-color: #EEF9FD;
}
</style>
border-color css
<style>
span { border-color: #EEF9FD; }
span { border-color: rgb(238,249,253); }
td.TdClassName
{
border-color: #EEF9FD;
}
.TagClassName
{
border-color: #EEF9FD;
}
</style>