Shades of Pattens Blue #DBEFFE
Tints of Pattens Blue #DBEFFE
RGB
CMYK
RGB Variations
Color information
#DBEFFE (or 0xDBEFFE) is known color: Pattens Blue. HEX triplet: DB, EF and FE. RGB value is (219,239,254). Sum of RGB (Red+Green+Blue) = 219+239+254=712 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.76% from 712); Green value is 239 (93.75% from 255 or 33.57% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBEFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFFE is #241001. Grayscale: #EAEAEA. Windows color (decimal): -2363394 or 16707547. OLE color: 16707547.
HSL color Cylindrical-coordinate representation of color #DBEFFE: hue angle of 205.71º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBEFFE is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 239 | 254 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.00 |
| HSL | 205.71º | 0.95% | 0.93% | - |
| HSV(B) | 205.71º | 0.14% | 1% | - |
| XYZ | 77.97 | 83.95 | 105.86 | - |
| YUV | 234.73 | 138.87 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 254 | 0.14 | 0.06 | 0 | 0.00 | 205.71 | 0.95 | 0.93 |
| Hex | DB | EF | FE | E | 6 | 0 | 0 | CE | 5F | 5D |
| Octal | 333 | 357 | 376 | 16 | 6 | 0 | 0 | 316 | 137 | 135 |
| Binary | 11011011 | 11101111 | 11111110 | 1110 | 110 | 0 | 0 | 11001110 | 1011111 | 1011101 |
Color Harmonies of #DBEFFE
Complementary color
Monochromatic Colors of #DBEFFE
Black with #DBEFFE
Text Example
Text Example
White with #DBEFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFFE; }
p { color: rgb(219,239,254); }
H1.HeaderClassName
{
color: #DBEFFE;
}
.AnyTagClassName
{
color: #DBEFFE;
}
</style>
background-color css
<style>
a { background-color: #DBEFFE; }
a { background-color: rgb(219,239,254); }
div.DivClassName
{
background-color: #DBEFFE;
}
.BgClassName
{
background-color: #DBEFFE;
}
</style>
border-color css
<style>
span { border-color: #DBEFFE; }
span { border-color: rgb(219,239,254); }
td.TdClassName
{
border-color: #DBEFFE;
}
.TagClassName
{
border-color: #DBEFFE;
}
</style>