Shades of Pattens Blue #D0F0F9
Tints of Pattens Blue #D0F0F9
RGB
CMYK
RGB Variations
Color information
#D0F0F9 (or 0xD0F0F9) is known color: Pattens Blue. HEX triplet: D0, F0 and F9. RGB value is (208,240,249). Sum of RGB (Red+Green+Blue) = 208+240+249=697 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.84% from 697); Green value is 240 (94.14% from 255 or 34.43% from 697); Blue value is 249 (97.66% from 255 or 35.72% from 697); Max value from RGB is 249 - color contains mainly: blue. Hex color #D0F0F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F0F9 is #2F0F06. Grayscale: #E7E7E7. Windows color (decimal): -3084039 or 16380112. OLE color: 16380112.
HSL color Cylindrical-coordinate representation of color #D0F0F9: hue angle of 193.17º 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 #D0F0F9 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 240 | 249 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.02 |
| HSL | 193.17º | 0.77% | 0.9% | - |
| HSV(B) | 193.17º | 0.16% | 0.98% | - |
| XYZ | 74.27 | 82.57 | 101.65 | - |
| YUV | 231.46 | 137.9 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 240 | 249 | 0.16 | 0.04 | 0 | 0.02 | 193.17 | 0.77 | 0.9 |
| Hex | D0 | F0 | F9 | 10 | 4 | 0 | 2 | C1 | 4D | 5A |
| Octal | 320 | 360 | 371 | 20 | 4 | 0 | 2 | 301 | 115 | 132 |
| Binary | 11010000 | 11110000 | 11111001 | 10000 | 100 | 0 | 10 | 11000001 | 1001101 | 1011010 |
Color Harmonies of #D0F0F9
Complementary color
Monochromatic Colors of #D0F0F9
Black with #D0F0F9
Text Example
Text Example
White with #D0F0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F0F9; }
p { color: rgb(208,240,249); }
H1.HeaderClassName
{
color: #D0F0F9;
}
.AnyTagClassName
{
color: #D0F0F9;
}
</style>
background-color css
<style>
a { background-color: #D0F0F9; }
a { background-color: rgb(208,240,249); }
div.DivClassName
{
background-color: #D0F0F9;
}
.BgClassName
{
background-color: #D0F0F9;
}
</style>
border-color css
<style>
span { border-color: #D0F0F9; }
span { border-color: rgb(208,240,249); }
td.TdClassName
{
border-color: #D0F0F9;
}
.TagClassName
{
border-color: #D0F0F9;
}
</style>