Shades of Pattens Blue #D9F5FF
Tints of Pattens Blue #D9F5FF
RGB
CMYK
RGB Variations
Color information
#D9F5FF (or 0xD9F5FF) is known color: Pattens Blue. HEX triplet: D9, F5 and FF. RGB value is (217,245,255). Sum of RGB (Red+Green+Blue) = 217+245+255=717 (94% of max value = 765). Red value is 217 (85.16% from 255 or 30.26% from 717); Green value is 245 (96.09% from 255 or 34.17% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9F5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F5FF is #260A00. Grayscale: #EDEDED. Windows color (decimal): -2492929 or 16774617. OLE color: 16774617.
HSL color Cylindrical-coordinate representation of color #D9F5FF: hue angle of 195.79º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9F5FF is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 245 | 255 | - |
| CMYK | 0.15 | 0.04 | 0 | 0 |
| HSL | 195.79º | 1% | 0.93% | - |
| HSV(B) | 195.79º | 0.15% | 1% | - |
| XYZ | 79.32 | 87.28 | 107.27 | - |
| YUV | 237.77 | 137.72 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 245 | 255 | 0.15 | 0.04 | 0 | 0 | 195.79 | 1 | 0.93 |
| Hex | D9 | F5 | FF | F | 4 | 0 | 0 | C4 | 64 | 5D |
| Octal | 331 | 365 | 377 | 17 | 4 | 0 | 0 | 304 | 144 | 135 |
| Binary | 11011001 | 11110101 | 11111111 | 1111 | 100 | 0 | 0 | 11000100 | 1100100 | 1011101 |
Color Harmonies of #D9F5FF
Complementary color
Monochromatic Colors of #D9F5FF
Black with #D9F5FF
Text Example
Text Example
White with #D9F5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F5FF; }
p { color: rgb(217,245,255); }
H1.HeaderClassName
{
color: #D9F5FF;
}
.AnyTagClassName
{
color: #D9F5FF;
}
</style>
background-color css
<style>
a { background-color: #D9F5FF; }
a { background-color: rgb(217,245,255); }
div.DivClassName
{
background-color: #D9F5FF;
}
.BgClassName
{
background-color: #D9F5FF;
}
</style>
border-color css
<style>
span { border-color: #D9F5FF; }
span { border-color: rgb(217,245,255); }
td.TdClassName
{
border-color: #D9F5FF;
}
.TagClassName
{
border-color: #D9F5FF;
}
</style>