Shades of Pattens Blue #DBEAF0
Tints of Pattens Blue #DBEAF0
RGB
CMYK
RGB Variations
Color information
#DBEAF0 (or 0xDBEAF0) is known color: Pattens Blue. HEX triplet: DB, EA and F0. RGB value is (219,234,240). Sum of RGB (Red+Green+Blue) = 219+234+240=693 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.60% from 693); Green value is 234 (91.80% from 255 or 33.77% from 693); Blue value is 240 (94.14% from 255 or 34.63% from 693); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBEAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAF0 is #24150F. Grayscale: #E6E6E6. Windows color (decimal): -2364688 or 15788763. OLE color: 15788763.
HSL color Cylindrical-coordinate representation of color #DBEAF0: hue angle of 197.14º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBEAF0 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 234 | 240 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.06 |
| HSL | 197.14º | 0.41% | 0.9% | - |
| HSV(B) | 197.14º | 0.09% | 0.94% | - |
| XYZ | 74.36 | 80.2 | 94 | - |
| YUV | 230.2 | 133.53 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 240 | 0.09 | 0.02 | 0 | 0.06 | 197.14 | 0.41 | 0.9 |
| Hex | DB | EA | F0 | 9 | 2 | 0 | 6 | C5 | 29 | 5A |
| Octal | 333 | 352 | 360 | 11 | 2 | 0 | 6 | 305 | 51 | 132 |
| Binary | 11011011 | 11101010 | 11110000 | 1001 | 10 | 0 | 110 | 11000101 | 101001 | 1011010 |
Color Harmonies of #DBEAF0
Complementary color
Monochromatic Colors of #DBEAF0
Black with #DBEAF0
Text Example
Text Example
White with #DBEAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAF0; }
p { color: rgb(219,234,240); }
H1.HeaderClassName
{
color: #DBEAF0;
}
.AnyTagClassName
{
color: #DBEAF0;
}
</style>
background-color css
<style>
a { background-color: #DBEAF0; }
a { background-color: rgb(219,234,240); }
div.DivClassName
{
background-color: #DBEAF0;
}
.BgClassName
{
background-color: #DBEAF0;
}
</style>
border-color css
<style>
span { border-color: #DBEAF0; }
span { border-color: rgb(219,234,240); }
td.TdClassName
{
border-color: #DBEAF0;
}
.TagClassName
{
border-color: #DBEAF0;
}
</style>