Shades of Pattens Blue #DBF1F6
Tints of Pattens Blue #DBF1F6
RGB
CMYK
RGB Variations
Color information
#DBF1F6 (or 0xDBF1F6) is known color: Pattens Blue. HEX triplet: DB, F1 and F6. RGB value is (219,241,246). Sum of RGB (Red+Green+Blue) = 219+241+246=706 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.02% from 706); Green value is 241 (94.53% from 255 or 34.14% from 706); Blue value is 246 (96.48% from 255 or 34.84% from 706); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBF1F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF1F6 is #240E09. Grayscale: #EAEAEA. Windows color (decimal): -2362890 or 16183771. OLE color: 16183771.
HSL color Cylindrical-coordinate representation of color #DBF1F6: hue angle of 191.11º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF1F6 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 241 | 246 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.04 |
| HSL | 191.11º | 0.6% | 0.91% | - |
| HSV(B) | 191.11º | 0.11% | 0.96% | - |
| XYZ | 77.3 | 84.62 | 99.45 | - |
| YUV | 234.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 246 | 0.11 | 0.02 | 0 | 0.04 | 191.11 | 0.6 | 0.91 |
| Hex | DB | F1 | F6 | B | 2 | 0 | 4 | BF | 3C | 5B |
| Octal | 333 | 361 | 366 | 13 | 2 | 0 | 4 | 277 | 74 | 133 |
| Binary | 11011011 | 11110001 | 11110110 | 1011 | 10 | 0 | 100 | 10111111 | 111100 | 1011011 |
Color Harmonies of #DBF1F6
Complementary color
Monochromatic Colors of #DBF1F6
Black with #DBF1F6
Text Example
Text Example
White with #DBF1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF1F6; }
p { color: rgb(219,241,246); }
H1.HeaderClassName
{
color: #DBF1F6;
}
.AnyTagClassName
{
color: #DBF1F6;
}
</style>
background-color css
<style>
a { background-color: #DBF1F6; }
a { background-color: rgb(219,241,246); }
div.DivClassName
{
background-color: #DBF1F6;
}
.BgClassName
{
background-color: #DBF1F6;
}
</style>
border-color css
<style>
span { border-color: #DBF1F6; }
span { border-color: rgb(219,241,246); }
td.TdClassName
{
border-color: #DBF1F6;
}
.TagClassName
{
border-color: #DBF1F6;
}
</style>