Shades of Pattens Blue #DBEFF7
Tints of Pattens Blue #DBEFF7
RGB
CMYK
RGB Variations
Color information
#DBEFF7 (or 0xDBEFF7) is known color: Pattens Blue. HEX triplet: DB, EF and F7. RGB value is (219,239,247). Sum of RGB (Red+Green+Blue) = 219+239+247=705 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.06% from 705); Green value is 239 (93.75% from 255 or 33.90% from 705); Blue value is 247 (96.88% from 255 or 35.04% from 705); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBEFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFF7 is #241008. Grayscale: #E9E9E9. Windows color (decimal): -2363401 or 16248795. OLE color: 16248795.
HSL color Cylindrical-coordinate representation of color #DBEFF7: hue angle of 197.14º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBEFF7 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 239 | 247 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.03 |
| HSL | 197.14º | 0.64% | 0.91% | - |
| HSV(B) | 197.14º | 0.11% | 0.97% | - |
| XYZ | 76.87 | 83.51 | 100.06 | - |
| YUV | 233.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 247 | 0.11 | 0.03 | 0 | 0.03 | 197.14 | 0.64 | 0.91 |
| Hex | DB | EF | F7 | B | 3 | 0 | 3 | C5 | 40 | 5B |
| Octal | 333 | 357 | 367 | 13 | 3 | 0 | 3 | 305 | 100 | 133 |
| Binary | 11011011 | 11101111 | 11110111 | 1011 | 11 | 0 | 11 | 11000101 | 1000000 | 1011011 |
Color Harmonies of #DBEFF7
Complementary color
Monochromatic Colors of #DBEFF7
Black with #DBEFF7
Text Example
Text Example
White with #DBEFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFF7; }
p { color: rgb(219,239,247); }
H1.HeaderClassName
{
color: #DBEFF7;
}
.AnyTagClassName
{
color: #DBEFF7;
}
</style>
background-color css
<style>
a { background-color: #DBEFF7; }
a { background-color: rgb(219,239,247); }
div.DivClassName
{
background-color: #DBEFF7;
}
.BgClassName
{
background-color: #DBEFF7;
}
</style>
border-color css
<style>
span { border-color: #DBEFF7; }
span { border-color: rgb(219,239,247); }
td.TdClassName
{
border-color: #DBEFF7;
}
.TagClassName
{
border-color: #DBEFF7;
}
</style>