Shades of Pattens Blue #DBF4FD
Tints of Pattens Blue #DBF4FD
RGB
CMYK
RGB Variations
Color information
#DBF4FD (or 0xDBF4FD) is known color: Pattens Blue. HEX triplet: DB, F4 and FD. RGB value is (219,244,253). Sum of RGB (Red+Green+Blue) = 219+244+253=716 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.59% from 716); Green value is 244 (95.70% from 255 or 34.08% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBF4FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF4FD is #240B02. Grayscale: #EDEDED. Windows color (decimal): -2362115 or 16643291. OLE color: 16643291.
HSL color Cylindrical-coordinate representation of color #DBF4FD: hue angle of 195.88º 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 #DBF4FD is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 244 | 253 | - |
CMYK | 0.13 | 0.04 | 0 | 0.01 |
HSL | 195.88º | 0.89% | 0.93% | - |
HSV(B) | 195.88º | 0.13% | 0.99% | - |
XYZ | 79.29 | 86.85 | 105.51 | - |
YUV | 237.55 | 136.72 | 114.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 244 | 253 | 0.13 | 0.04 | 0 | 0.01 | 195.88 | 0.89 | 0.93 |
Hex | DB | F4 | FD | D | 4 | 0 | 1 | C4 | 59 | 5D |
Octal | 333 | 364 | 375 | 15 | 4 | 0 | 1 | 304 | 131 | 135 |
Binary | 11011011 | 11110100 | 11111101 | 1101 | 100 | 0 | 1 | 11000100 | 1011001 | 1011101 |
Color Harmonies of #DBF4FD
Complementary color
Monochromatic Colors of #DBF4FD
Black with #DBF4FD
Text Example
Text Example
White with #DBF4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF4FD; }
p { color: rgb(219,244,253); }
H1.HeaderClassName
{
color: #DBF4FD;
}
.AnyTagClassName
{
color: #DBF4FD;
}
</style>
background-color css
<style>
a { background-color: #DBF4FD; }
a { background-color: rgb(219,244,253); }
div.DivClassName
{
background-color: #DBF4FD;
}
.BgClassName
{
background-color: #DBF4FD;
}
</style>
border-color css
<style>
span { border-color: #DBF4FD; }
span { border-color: rgb(219,244,253); }
td.TdClassName
{
border-color: #DBF4FD;
}
.TagClassName
{
border-color: #DBF4FD;
}
</style>