Shades of Pattens Blue #D0EDF5
Tints of Pattens Blue #D0EDF5
RGB
CMYK
RGB Variations
Color information
#D0EDF5 (or 0xD0EDF5) is known color: Pattens Blue. HEX triplet: D0, ED and F5. RGB value is (208,237,245). Sum of RGB (Red+Green+Blue) = 208+237+245=690 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.14% from 690); Green value is 237 (92.97% from 255 or 34.35% from 690); Blue value is 245 (96.09% from 255 or 35.51% from 690); Max value from RGB is 245 - color contains mainly: blue. Hex color #D0EDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EDF5 is #2F120A. Grayscale: #E5E5E5. Windows color (decimal): -3084811 or 16117200. OLE color: 16117200.
HSL color Cylindrical-coordinate representation of color #D0EDF5: hue angle of 192.97º degrees, saturation: 0.65, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0EDF5 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 237 | 245 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.04 |
| HSL | 192.97º | 0.65% | 0.89% | - |
| HSV(B) | 192.97º | 0.15% | 0.96% | - |
| XYZ | 72.78 | 80.57 | 98.1 | - |
| YUV | 229.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 245 | 0.15 | 0.03 | 0 | 0.04 | 192.97 | 0.65 | 0.89 |
| Hex | D0 | ED | F5 | F | 3 | 0 | 4 | C1 | 41 | 59 |
| Octal | 320 | 355 | 365 | 17 | 3 | 0 | 4 | 301 | 101 | 131 |
| Binary | 11010000 | 11101101 | 11110101 | 1111 | 11 | 0 | 100 | 11000001 | 1000001 | 1011001 |
Color Harmonies of #D0EDF5
Complementary color
Monochromatic Colors of #D0EDF5
Black with #D0EDF5
Text Example
Text Example
White with #D0EDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EDF5; }
p { color: rgb(208,237,245); }
H1.HeaderClassName
{
color: #D0EDF5;
}
.AnyTagClassName
{
color: #D0EDF5;
}
</style>
background-color css
<style>
a { background-color: #D0EDF5; }
a { background-color: rgb(208,237,245); }
div.DivClassName
{
background-color: #D0EDF5;
}
.BgClassName
{
background-color: #D0EDF5;
}
</style>
border-color css
<style>
span { border-color: #D0EDF5; }
span { border-color: rgb(208,237,245); }
td.TdClassName
{
border-color: #D0EDF5;
}
.TagClassName
{
border-color: #D0EDF5;
}
</style>