Shades of Pattens Blue #DBEFF4
Tints of Pattens Blue #DBEFF4
RGB
CMYK
RGB Variations
Color information
#DBEFF4 (or 0xDBEFF4) is known color: Pattens Blue. HEX triplet: DB, EF and F4. RGB value is (219,239,244). Sum of RGB (Red+Green+Blue) = 219+239+244=702 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.20% from 702); Green value is 239 (93.75% from 255 or 34.05% from 702); Blue value is 244 (95.70% from 255 or 34.76% from 702); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBEFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFF4 is #24100B. Grayscale: #E9E9E9. Windows color (decimal): -2363404 or 16052187. OLE color: 16052187.
HSL color Cylindrical-coordinate representation of color #DBEFF4: hue angle of 192º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBEFF4 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 239 | 244 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.04 |
| HSL | 192º | 0.53% | 0.91% | - |
| HSV(B) | 192º | 0.1% | 0.96% | - |
| XYZ | 76.41 | 83.32 | 97.64 | - |
| YUV | 233.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 244 | 0.10 | 0.02 | 0 | 0.04 | 192 | 0.53 | 0.91 |
| Hex | DB | EF | F4 | A | 2 | 0 | 4 | C0 | 35 | 5B |
| Octal | 333 | 357 | 364 | 12 | 2 | 0 | 4 | 300 | 65 | 133 |
| Binary | 11011011 | 11101111 | 11110100 | 1010 | 10 | 0 | 100 | 11000000 | 110101 | 1011011 |
Color Harmonies of #DBEFF4
Complementary color
Monochromatic Colors of #DBEFF4
Black with #DBEFF4
Text Example
Text Example
White with #DBEFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFF4; }
p { color: rgb(219,239,244); }
H1.HeaderClassName
{
color: #DBEFF4;
}
.AnyTagClassName
{
color: #DBEFF4;
}
</style>
background-color css
<style>
a { background-color: #DBEFF4; }
a { background-color: rgb(219,239,244); }
div.DivClassName
{
background-color: #DBEFF4;
}
.BgClassName
{
background-color: #DBEFF4;
}
</style>
border-color css
<style>
span { border-color: #DBEFF4; }
span { border-color: rgb(219,239,244); }
td.TdClassName
{
border-color: #DBEFF4;
}
.TagClassName
{
border-color: #DBEFF4;
}
</style>