Shades of Pattens Blue #DBF3FD
Tints of Pattens Blue #DBF3FD
RGB
CMYK
RGB Variations
Color information
#DBF3FD (or 0xDBF3FD) is known color: Pattens Blue. HEX triplet: DB, F3 and FD. RGB value is (219,243,253). Sum of RGB (Red+Green+Blue) = 219+243+253=715 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.63% from 715); Green value is 243 (95.31% from 255 or 33.99% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBF3FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF3FD is #240C02. Grayscale: #ECECEC. Windows color (decimal): -2362371 or 16643035. OLE color: 16643035.
HSL color Cylindrical-coordinate representation of color #DBF3FD: hue angle of 197.65º 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 #DBF3FD is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 243 | 253 | - |
CMYK | 0.13 | 0.04 | 0 | 0.01 |
HSL | 197.65º | 0.89% | 0.93% | - |
HSV(B) | 197.65º | 0.13% | 0.99% | - |
XYZ | 78.99 | 86.25 | 105.41 | - |
YUV | 236.96 | 137.05 | 115.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 243 | 253 | 0.13 | 0.04 | 0 | 0.01 | 197.65 | 0.89 | 0.93 |
Hex | DB | F3 | FD | D | 4 | 0 | 1 | C6 | 59 | 5D |
Octal | 333 | 363 | 375 | 15 | 4 | 0 | 1 | 306 | 131 | 135 |
Binary | 11011011 | 11110011 | 11111101 | 1101 | 100 | 0 | 1 | 11000110 | 1011001 | 1011101 |
Color Harmonies of #DBF3FD
Complementary color
Monochromatic Colors of #DBF3FD
Black with #DBF3FD
Text Example
Text Example
White with #DBF3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF3FD; }
p { color: rgb(219,243,253); }
H1.HeaderClassName
{
color: #DBF3FD;
}
.AnyTagClassName
{
color: #DBF3FD;
}
</style>
background-color css
<style>
a { background-color: #DBF3FD; }
a { background-color: rgb(219,243,253); }
div.DivClassName
{
background-color: #DBF3FD;
}
.BgClassName
{
background-color: #DBF3FD;
}
</style>
border-color css
<style>
span { border-color: #DBF3FD; }
span { border-color: rgb(219,243,253); }
td.TdClassName
{
border-color: #DBF3FD;
}
.TagClassName
{
border-color: #DBF3FD;
}
</style>