Shades of Pattens Blue #D9F2FF
Tints of Pattens Blue #D9F2FF
RGB
CMYK
RGB Variations
Color information
#D9F2FF (or 0xD9F2FF) is known color: Pattens Blue. HEX triplet: D9, F2 and FF. RGB value is (217,242,255). Sum of RGB (Red+Green+Blue) = 217+242+255=714 (94% of max value = 765). Red value is 217 (85.16% from 255 or 30.39% from 714); Green value is 242 (94.92% from 255 or 33.89% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9F2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F2FF is #260D00. Grayscale: #EBEBEB. Windows color (decimal): -2493697 or 16773849. OLE color: 16773849.
HSL color Cylindrical-coordinate representation of color #D9F2FF: hue angle of 200.53º 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 #D9F2FF is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 242 | 255 | - |
| CMYK | 0.15 | 0.05 | 0 | 0 |
| HSL | 200.53º | 1% | 0.93% | - |
| HSV(B) | 200.53º | 0.15% | 1% | - |
| XYZ | 78.42 | 85.48 | 106.97 | - |
| YUV | 236.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 242 | 255 | 0.15 | 0.05 | 0 | 0 | 200.53 | 1 | 0.93 |
| Hex | D9 | F2 | FF | F | 5 | 0 | 0 | C9 | 64 | 5D |
| Octal | 331 | 362 | 377 | 17 | 5 | 0 | 0 | 311 | 144 | 135 |
| Binary | 11011001 | 11110010 | 11111111 | 1111 | 101 | 0 | 0 | 11001001 | 1100100 | 1011101 |
Color Harmonies of #D9F2FF
Complementary color
Monochromatic Colors of #D9F2FF
Black with #D9F2FF
Text Example
Text Example
White with #D9F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F2FF; }
p { color: rgb(217,242,255); }
H1.HeaderClassName
{
color: #D9F2FF;
}
.AnyTagClassName
{
color: #D9F2FF;
}
</style>
background-color css
<style>
a { background-color: #D9F2FF; }
a { background-color: rgb(217,242,255); }
div.DivClassName
{
background-color: #D9F2FF;
}
.BgClassName
{
background-color: #D9F2FF;
}
</style>
border-color css
<style>
span { border-color: #D9F2FF; }
span { border-color: rgb(217,242,255); }
td.TdClassName
{
border-color: #D9F2FF;
}
.TagClassName
{
border-color: #D9F2FF;
}
</style>