Shades of Alice Blue #DFF5FF
Tints of Alice Blue #DFF5FF
RGB
CMYK
RGB Variations
Color information
#DFF5FF (or 0xDFF5FF) is known color: Alice Blue. HEX triplet: DF, F5 and FF. RGB value is (223,245,255). Sum of RGB (Red+Green+Blue) = 223+245+255=723 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.84% from 723); Green value is 245 (96.09% from 255 or 33.89% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFF5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF5FF is #200A00. Grayscale: #EFEFEF. Windows color (decimal): -2099713 or 16774623. OLE color: 16774623.
HSL color Cylindrical-coordinate representation of color #DFF5FF: hue angle of 198.75º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFF5FF is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 245 | 255 | - |
| CMYK | 0.13 | 0.04 | 0 | 0 |
| HSL | 198.75º | 1% | 0.94% | - |
| HSV(B) | 198.75º | 0.13% | 1% | - |
| XYZ | 81.13 | 88.21 | 107.36 | - |
| YUV | 239.56 | 136.71 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 245 | 255 | 0.13 | 0.04 | 0 | 0 | 198.75 | 1 | 0.94 |
| Hex | DF | F5 | FF | D | 4 | 0 | 0 | C7 | 64 | 5E |
| Octal | 337 | 365 | 377 | 15 | 4 | 0 | 0 | 307 | 144 | 136 |
| Binary | 11011111 | 11110101 | 11111111 | 1101 | 100 | 0 | 0 | 11000111 | 1100100 | 1011110 |
Color Harmonies of #DFF5FF
Complementary color
Monochromatic Colors of #DFF5FF
Black with #DFF5FF
Text Example
Text Example
White with #DFF5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF5FF; }
p { color: rgb(223,245,255); }
H1.HeaderClassName
{
color: #DFF5FF;
}
.AnyTagClassName
{
color: #DFF5FF;
}
</style>
background-color css
<style>
a { background-color: #DFF5FF; }
a { background-color: rgb(223,245,255); }
div.DivClassName
{
background-color: #DFF5FF;
}
.BgClassName
{
background-color: #DFF5FF;
}
</style>
border-color css
<style>
span { border-color: #DFF5FF; }
span { border-color: rgb(223,245,255); }
td.TdClassName
{
border-color: #DFF5FF;
}
.TagClassName
{
border-color: #DFF5FF;
}
</style>