Shades of Pattens Blue #DBE9F2
Tints of Pattens Blue #DBE9F2
RGB
CMYK
RGB Variations
Color information
#DBE9F2 (or 0xDBE9F2) is known color: Pattens Blue. HEX triplet: DB, E9 and F2. RGB value is (219,233,242). Sum of RGB (Red+Green+Blue) = 219+233+242=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 233 (91.41% from 255 or 33.57% from 694); Blue value is 242 (94.92% from 255 or 34.87% from 694); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBE9F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE9F2 is #24160D. Grayscale: #E5E5E5. Windows color (decimal): -2364942 or 15919579. OLE color: 15919579.
HSL color Cylindrical-coordinate representation of color #DBE9F2: hue angle of 203.48º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBE9F2 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 233 | 242 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.05 |
| HSL | 203.48º | 0.47% | 0.9% | - |
| HSV(B) | 203.48º | 0.1% | 0.95% | - |
| XYZ | 74.38 | 79.75 | 95.48 | - |
| YUV | 229.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 242 | 0.10 | 0.04 | 0 | 0.05 | 203.48 | 0.47 | 0.9 |
| Hex | DB | E9 | F2 | A | 4 | 0 | 5 | CB | 2F | 5A |
| Octal | 333 | 351 | 362 | 12 | 4 | 0 | 5 | 313 | 57 | 132 |
| Binary | 11011011 | 11101001 | 11110010 | 1010 | 100 | 0 | 101 | 11001011 | 101111 | 1011010 |
Color Harmonies of #DBE9F2
Complementary color
Monochromatic Colors of #DBE9F2
Black with #DBE9F2
Text Example
Text Example
White with #DBE9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE9F2; }
p { color: rgb(219,233,242); }
H1.HeaderClassName
{
color: #DBE9F2;
}
.AnyTagClassName
{
color: #DBE9F2;
}
</style>
background-color css
<style>
a { background-color: #DBE9F2; }
a { background-color: rgb(219,233,242); }
div.DivClassName
{
background-color: #DBE9F2;
}
.BgClassName
{
background-color: #DBE9F2;
}
</style>
border-color css
<style>
span { border-color: #DBE9F2; }
span { border-color: rgb(219,233,242); }
td.TdClassName
{
border-color: #DBE9F2;
}
.TagClassName
{
border-color: #DBE9F2;
}
</style>