Shades of Pattens Blue #D0EFFF
Tints of Pattens Blue #D0EFFF
RGB
CMYK
RGB Variations
Color information
#D0EFFF (or 0xD0EFFF) is known color: Pattens Blue. HEX triplet: D0, EF and FF. RGB value is (208,239,255). Sum of RGB (Red+Green+Blue) = 208+239+255=702 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.63% from 702); Green value is 239 (93.75% from 255 or 34.05% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0EFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EFFF is #2F1000. Grayscale: #E7E7E7. Windows color (decimal): -3084289 or 16773072. OLE color: 16773072.
HSL color Cylindrical-coordinate representation of color #D0EFFF: hue angle of 200.43º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0EFFF is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 239 | 255 | - |
| CMYK | 0.18 | 0.06 | 0 | 0 |
| HSL | 200.43º | 1% | 0.91% | - |
| HSV(B) | 200.43º | 0.18% | 1% | - |
| XYZ | 74.93 | 82.36 | 106.56 | - |
| YUV | 231.56 | 141.23 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 255 | 0.18 | 0.06 | 0 | 0 | 200.43 | 1 | 0.91 |
| Hex | D0 | EF | FF | 12 | 6 | 0 | 0 | C8 | 64 | 5B |
| Octal | 320 | 357 | 377 | 22 | 6 | 0 | 0 | 310 | 144 | 133 |
| Binary | 11010000 | 11101111 | 11111111 | 10010 | 110 | 0 | 0 | 11001000 | 1100100 | 1011011 |
Color Harmonies of #D0EFFF
Complementary color
Monochromatic Colors of #D0EFFF
Black with #D0EFFF
Text Example
Text Example
White with #D0EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EFFF; }
p { color: rgb(208,239,255); }
H1.HeaderClassName
{
color: #D0EFFF;
}
.AnyTagClassName
{
color: #D0EFFF;
}
</style>
background-color css
<style>
a { background-color: #D0EFFF; }
a { background-color: rgb(208,239,255); }
div.DivClassName
{
background-color: #D0EFFF;
}
.BgClassName
{
background-color: #D0EFFF;
}
</style>
border-color css
<style>
span { border-color: #D0EFFF; }
span { border-color: rgb(208,239,255); }
td.TdClassName
{
border-color: #D0EFFF;
}
.TagClassName
{
border-color: #D0EFFF;
}
</style>