Shades of Pattens Blue #DBF0FD
Tints of Pattens Blue #DBF0FD
RGB
CMYK
RGB Variations
Color information
#DBF0FD (or 0xDBF0FD) is known color: Pattens Blue. HEX triplet: DB, F0 and FD. RGB value is (219,240,253). Sum of RGB (Red+Green+Blue) = 219+240+253=712 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.76% from 712); Green value is 240 (94.14% from 255 or 33.71% from 712); Blue value is 253 (99.22% from 255 or 35.53% from 712); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBF0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF0FD is #240F02. Grayscale: #EBEBEB. Windows color (decimal): -2363139 or 16642267. OLE color: 16642267.
HSL color Cylindrical-coordinate representation of color #DBF0FD: hue angle of 202.94º 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 #DBF0FD is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 240 | 253 | - |
CMYK | 0.13 | 0.05 | 0 | 0.01 |
HSL | 202.94º | 0.89% | 0.93% | - |
HSV(B) | 202.94º | 0.13% | 0.99% | - |
XYZ | 78.1 | 84.47 | 105.12 | - |
YUV | 235.2 | 138.04 | 116.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 240 | 253 | 0.13 | 0.05 | 0 | 0.01 | 202.94 | 0.89 | 0.93 |
Hex | DB | F0 | FD | D | 5 | 0 | 1 | CB | 59 | 5D |
Octal | 333 | 360 | 375 | 15 | 5 | 0 | 1 | 313 | 131 | 135 |
Binary | 11011011 | 11110000 | 11111101 | 1101 | 101 | 0 | 1 | 11001011 | 1011001 | 1011101 |
Color Harmonies of #DBF0FD
Complementary color
Monochromatic Colors of #DBF0FD
Black with #DBF0FD
Text Example
Text Example
White with #DBF0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF0FD; }
p { color: rgb(219,240,253); }
H1.HeaderClassName
{
color: #DBF0FD;
}
.AnyTagClassName
{
color: #DBF0FD;
}
</style>
background-color css
<style>
a { background-color: #DBF0FD; }
a { background-color: rgb(219,240,253); }
div.DivClassName
{
background-color: #DBF0FD;
}
.BgClassName
{
background-color: #DBF0FD;
}
</style>
border-color css
<style>
span { border-color: #DBF0FD; }
span { border-color: rgb(219,240,253); }
td.TdClassName
{
border-color: #DBF0FD;
}
.TagClassName
{
border-color: #DBF0FD;
}
</style>