Shades of Pattens Blue #DBEEF5
Tints of Pattens Blue #DBEEF5
RGB
CMYK
RGB Variations
Color information
#DBEEF5 (or 0xDBEEF5) is known color: Pattens Blue. HEX triplet: DB, EE and F5. RGB value is (219,238,245). Sum of RGB (Red+Green+Blue) = 219+238+245=702 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.20% from 702); Green value is 238 (93.36% from 255 or 33.90% from 702); Blue value is 245 (96.09% from 255 or 34.90% from 702); Max value from RGB is 245 - color contains mainly: blue. Hex color #DBEEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEF5 is #24110A. Grayscale: #E9E9E9. Windows color (decimal): -2363659 or 16117467. OLE color: 16117467.
HSL color Cylindrical-coordinate representation of color #DBEEF5: hue angle of 196.15º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBEEF5 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 238 | 245 | - |
CMYK | 0.11 | 0.03 | 0 | 0.04 |
HSL | 196.15º | 0.57% | 0.91% | - |
HSV(B) | 196.15º | 0.11% | 0.96% | - |
XYZ | 76.27 | 82.8 | 98.35 | - |
YUV | 233.12 | 134.71 | 117.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 238 | 245 | 0.11 | 0.03 | 0 | 0.04 | 196.15 | 0.57 | 0.91 |
Hex | DB | EE | F5 | B | 3 | 0 | 4 | C4 | 39 | 5B |
Octal | 333 | 356 | 365 | 13 | 3 | 0 | 4 | 304 | 71 | 133 |
Binary | 11011011 | 11101110 | 11110101 | 1011 | 11 | 0 | 100 | 11000100 | 111001 | 1011011 |
Color Harmonies of #DBEEF5
Complementary color
Monochromatic Colors of #DBEEF5
Black with #DBEEF5
Text Example
Text Example
White with #DBEEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEEF5; }
p { color: rgb(219,238,245); }
H1.HeaderClassName
{
color: #DBEEF5;
}
.AnyTagClassName
{
color: #DBEEF5;
}
</style>
background-color css
<style>
a { background-color: #DBEEF5; }
a { background-color: rgb(219,238,245); }
div.DivClassName
{
background-color: #DBEEF5;
}
.BgClassName
{
background-color: #DBEEF5;
}
</style>
border-color css
<style>
span { border-color: #DBEEF5; }
span { border-color: rgb(219,238,245); }
td.TdClassName
{
border-color: #DBEEF5;
}
.TagClassName
{
border-color: #DBEEF5;
}
</style>