Shades of Pattens Blue #DBF2FD
Tints of Pattens Blue #DBF2FD
RGB
CMYK
RGB Variations
Color information
#DBF2FD (or 0xDBF2FD) is known color: Pattens Blue. HEX triplet: DB, F2 and FD. RGB value is (219,242,253). Sum of RGB (Red+Green+Blue) = 219+242+253=714 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.67% from 714); Green value is 242 (94.92% from 255 or 33.89% from 714); Blue value is 253 (99.22% from 255 or 35.43% from 714); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBF2FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF2FD is #240D02. Grayscale: #ECECEC. Windows color (decimal): -2362627 or 16642779. OLE color: 16642779.
HSL color Cylindrical-coordinate representation of color #DBF2FD: hue angle of 199.41º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBF2FD is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 242 | 253 | - |
CMYK | 0.13 | 0.04 | 0 | 0.01 |
HSL | 199.41º | 0.89% | 0.93% | - |
HSV(B) | 199.41º | 0.13% | 0.99% | - |
XYZ | 78.7 | 85.66 | 105.31 | - |
YUV | 236.38 | 137.38 | 115.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 242 | 253 | 0.13 | 0.04 | 0 | 0.01 | 199.41 | 0.89 | 0.93 |
Hex | DB | F2 | FD | D | 4 | 0 | 1 | C7 | 59 | 5D |
Octal | 333 | 362 | 375 | 15 | 4 | 0 | 1 | 307 | 131 | 135 |
Binary | 11011011 | 11110010 | 11111101 | 1101 | 100 | 0 | 1 | 11000111 | 1011001 | 1011101 |
Color Harmonies of #DBF2FD
Complementary color
Monochromatic Colors of #DBF2FD
Black with #DBF2FD
Text Example
Text Example
White with #DBF2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF2FD; }
p { color: rgb(219,242,253); }
H1.HeaderClassName
{
color: #DBF2FD;
}
.AnyTagClassName
{
color: #DBF2FD;
}
</style>
background-color css
<style>
a { background-color: #DBF2FD; }
a { background-color: rgb(219,242,253); }
div.DivClassName
{
background-color: #DBF2FD;
}
.BgClassName
{
background-color: #DBF2FD;
}
</style>
border-color css
<style>
span { border-color: #DBF2FD; }
span { border-color: rgb(219,242,253); }
td.TdClassName
{
border-color: #DBF2FD;
}
.TagClassName
{
border-color: #DBF2FD;
}
</style>