Shades of Pattens Blue #DBF0FA
Tints of Pattens Blue #DBF0FA
RGB
CMYK
RGB Variations
Color information
#DBF0FA (or 0xDBF0FA) is known color: Pattens Blue. HEX triplet: DB, F0 and FA. RGB value is (219,240,250). Sum of RGB (Red+Green+Blue) = 219+240+250=709 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.89% from 709); Green value is 240 (94.14% from 255 or 33.85% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBF0FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF0FA is #240F05. Grayscale: #EAEAEA. Windows color (decimal): -2363142 or 16445659. OLE color: 16445659.
HSL color Cylindrical-coordinate representation of color #DBF0FA: hue angle of 199.35º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBF0FA is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 240 | 250 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.02 |
| HSL | 199.35º | 0.76% | 0.92% | - |
| HSV(B) | 199.35º | 0.12% | 0.98% | - |
| XYZ | 77.63 | 84.28 | 102.62 | - |
| YUV | 234.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 250 | 0.12 | 0.04 | 0 | 0.02 | 199.35 | 0.76 | 0.92 |
| Hex | DB | F0 | FA | C | 4 | 0 | 2 | C7 | 4C | 5C |
| Octal | 333 | 360 | 372 | 14 | 4 | 0 | 2 | 307 | 114 | 134 |
| Binary | 11011011 | 11110000 | 11111010 | 1100 | 100 | 0 | 10 | 11000111 | 1001100 | 1011100 |
Color Harmonies of #DBF0FA
Complementary color
Monochromatic Colors of #DBF0FA
Black with #DBF0FA
Text Example
Text Example
White with #DBF0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF0FA; }
p { color: rgb(219,240,250); }
H1.HeaderClassName
{
color: #DBF0FA;
}
.AnyTagClassName
{
color: #DBF0FA;
}
</style>
background-color css
<style>
a { background-color: #DBF0FA; }
a { background-color: rgb(219,240,250); }
div.DivClassName
{
background-color: #DBF0FA;
}
.BgClassName
{
background-color: #DBF0FA;
}
</style>
border-color css
<style>
span { border-color: #DBF0FA; }
span { border-color: rgb(219,240,250); }
td.TdClassName
{
border-color: #DBF0FA;
}
.TagClassName
{
border-color: #DBF0FA;
}
</style>