Shades of Pattens Blue #D9EFF7
Tints of Pattens Blue #D9EFF7
RGB
CMYK
RGB Variations
Color information
#D9EFF7 (or 0xD9EFF7) is known color: Pattens Blue. HEX triplet: D9, EF and F7. RGB value is (217,239,247). Sum of RGB (Red+Green+Blue) = 217+239+247=703 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.87% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 247 (96.88% from 255 or 35.14% from 703); Max value from RGB is 247 - color contains mainly: blue. Hex color #D9EFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EFF7 is #261008. Grayscale: #E9E9E9. Windows color (decimal): -2494473 or 16248793. OLE color: 16248793.
HSL color Cylindrical-coordinate representation of color #D9EFF7: hue angle of 196º degrees, saturation: 0.65, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9EFF7 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 239 | 247 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.03 |
| HSL | 196º | 0.65% | 0.91% | - |
| HSV(B) | 196º | 0.12% | 0.97% | - |
| XYZ | 76.27 | 83.2 | 100.04 | - |
| YUV | 233.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 239 | 247 | 0.12 | 0.03 | 0 | 0.03 | 196 | 0.65 | 0.91 |
| Hex | D9 | EF | F7 | C | 3 | 0 | 3 | C4 | 41 | 5B |
| Octal | 331 | 357 | 367 | 14 | 3 | 0 | 3 | 304 | 101 | 133 |
| Binary | 11011001 | 11101111 | 11110111 | 1100 | 11 | 0 | 11 | 11000100 | 1000001 | 1011011 |
Color Harmonies of #D9EFF7
Complementary color
Monochromatic Colors of #D9EFF7
Black with #D9EFF7
Text Example
Text Example
White with #D9EFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EFF7; }
p { color: rgb(217,239,247); }
H1.HeaderClassName
{
color: #D9EFF7;
}
.AnyTagClassName
{
color: #D9EFF7;
}
</style>
background-color css
<style>
a { background-color: #D9EFF7; }
a { background-color: rgb(217,239,247); }
div.DivClassName
{
background-color: #D9EFF7;
}
.BgClassName
{
background-color: #D9EFF7;
}
</style>
border-color css
<style>
span { border-color: #D9EFF7; }
span { border-color: rgb(217,239,247); }
td.TdClassName
{
border-color: #D9EFF7;
}
.TagClassName
{
border-color: #D9EFF7;
}
</style>