Shades of Pattens Blue #D0EFF9
Tints of Pattens Blue #D0EFF9
RGB
CMYK
RGB Variations
Color information
#D0EFF9 (or 0xD0EFF9) is known color: Pattens Blue. HEX triplet: D0, EF and F9. RGB value is (208,239,249). Sum of RGB (Red+Green+Blue) = 208+239+249=696 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.89% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 249 (97.66% from 255 or 35.78% from 696); Max value from RGB is 249 - color contains mainly: blue. Hex color #D0EFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EFF9 is #2F1006. Grayscale: #E6E6E6. Windows color (decimal): -3084295 or 16379856. OLE color: 16379856.
HSL color Cylindrical-coordinate representation of color #D0EFF9: hue angle of 194.63º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0EFF9 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 239 | 249 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.02 |
| HSL | 194.63º | 0.77% | 0.9% | - |
| HSV(B) | 194.63º | 0.16% | 0.98% | - |
| XYZ | 73.98 | 81.98 | 101.55 | - |
| YUV | 230.87 | 138.23 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 249 | 0.16 | 0.04 | 0 | 0.02 | 194.63 | 0.77 | 0.9 |
| Hex | D0 | EF | F9 | 10 | 4 | 0 | 2 | C3 | 4D | 5A |
| Octal | 320 | 357 | 371 | 20 | 4 | 0 | 2 | 303 | 115 | 132 |
| Binary | 11010000 | 11101111 | 11111001 | 10000 | 100 | 0 | 10 | 11000011 | 1001101 | 1011010 |
Color Harmonies of #D0EFF9
Complementary color
Monochromatic Colors of #D0EFF9
Black with #D0EFF9
Text Example
Text Example
White with #D0EFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EFF9; }
p { color: rgb(208,239,249); }
H1.HeaderClassName
{
color: #D0EFF9;
}
.AnyTagClassName
{
color: #D0EFF9;
}
</style>
background-color css
<style>
a { background-color: #D0EFF9; }
a { background-color: rgb(208,239,249); }
div.DivClassName
{
background-color: #D0EFF9;
}
.BgClassName
{
background-color: #D0EFF9;
}
</style>
border-color css
<style>
span { border-color: #D0EFF9; }
span { border-color: rgb(208,239,249); }
td.TdClassName
{
border-color: #D0EFF9;
}
.TagClassName
{
border-color: #D0EFF9;
}
</style>