Shades of Pattens Blue #D0F4FD
Tints of Pattens Blue #D0F4FD
RGB
CMYK
RGB Variations
Color information
#D0F4FD (or 0xD0F4FD) is known color: Pattens Blue. HEX triplet: D0, F4 and FD. RGB value is (208,244,253). Sum of RGB (Red+Green+Blue) = 208+244+253=705 (93% of max value = 765). Red value is 208 (81.64% from 255 or 29.50% from 705); Green value is 244 (95.70% from 255 or 34.61% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0F4FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F4FD is #2F0B02. Grayscale: #EAEAEA. Windows color (decimal): -3083011 or 16643280. OLE color: 16643280.
HSL color Cylindrical-coordinate representation of color #D0F4FD: hue angle of 192º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0F4FD is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 244 | 253 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.01 |
| HSL | 192º | 0.92% | 0.9% | - |
| HSV(B) | 192º | 0.18% | 0.99% | - |
| XYZ | 76.09 | 85.2 | 105.36 | - |
| YUV | 234.26 | 138.57 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 244 | 253 | 0.18 | 0.04 | 0 | 0.01 | 192 | 0.92 | 0.9 |
| Hex | D0 | F4 | FD | 12 | 4 | 0 | 1 | C0 | 5C | 5A |
| Octal | 320 | 364 | 375 | 22 | 4 | 0 | 1 | 300 | 134 | 132 |
| Binary | 11010000 | 11110100 | 11111101 | 10010 | 100 | 0 | 1 | 11000000 | 1011100 | 1011010 |
Color Harmonies of #D0F4FD
Complementary color
Monochromatic Colors of #D0F4FD
Black with #D0F4FD
Text Example
Text Example
White with #D0F4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F4FD; }
p { color: rgb(208,244,253); }
H1.HeaderClassName
{
color: #D0F4FD;
}
.AnyTagClassName
{
color: #D0F4FD;
}
</style>
background-color css
<style>
a { background-color: #D0F4FD; }
a { background-color: rgb(208,244,253); }
div.DivClassName
{
background-color: #D0F4FD;
}
.BgClassName
{
background-color: #D0F4FD;
}
</style>
border-color css
<style>
span { border-color: #D0F4FD; }
span { border-color: rgb(208,244,253); }
td.TdClassName
{
border-color: #D0F4FD;
}
.TagClassName
{
border-color: #D0F4FD;
}
</style>