Shades of Pattens Blue #C8DBE5
Tints of Pattens Blue #C8DBE5
RGB
CMYK
RGB Variations
Color information
#C8DBE5 (or 0xC8DBE5) is known color: Pattens Blue. HEX triplet: C8, DB and E5. RGB value is (200,219,229). Sum of RGB (Red+Green+Blue) = 200+219+229=648 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.86% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 229 - color contains mainly: blue. Hex color #C8DBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DBE5 is #37241A. Grayscale: #D6D6D6. Windows color (decimal): -3613723 or 15064008. OLE color: 15064008.
HSL color Cylindrical-coordinate representation of color #C8DBE5: hue angle of 200.69º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8DBE5 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 219 | 229 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.10 |
| HSL | 200.69º | 0.36% | 0.84% | - |
| HSV(B) | 200.69º | 0.13% | 0.9% | - |
| XYZ | 63.29 | 68.6 | 84.03 | - |
| YUV | 214.46 | 136.21 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 219 | 229 | 0.13 | 0.04 | 0 | 0.10 | 200.69 | 0.36 | 0.84 |
| Hex | C8 | DB | E5 | D | 4 | 0 | A | C9 | 24 | 54 |
| Octal | 310 | 333 | 345 | 15 | 4 | 0 | 12 | 311 | 44 | 124 |
| Binary | 11001000 | 11011011 | 11100101 | 1101 | 100 | 0 | 1010 | 11001001 | 100100 | 1010100 |
Color Harmonies of #C8DBE5
Complementary color
Monochromatic Colors of #C8DBE5
Black with #C8DBE5
Text Example
Text Example
White with #C8DBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DBE5; }
p { color: rgb(200,219,229); }
H1.HeaderClassName
{
color: #C8DBE5;
}
.AnyTagClassName
{
color: #C8DBE5;
}
</style>
background-color css
<style>
a { background-color: #C8DBE5; }
a { background-color: rgb(200,219,229); }
div.DivClassName
{
background-color: #C8DBE5;
}
.BgClassName
{
background-color: #C8DBE5;
}
</style>
border-color css
<style>
span { border-color: #C8DBE5; }
span { border-color: rgb(200,219,229); }
td.TdClassName
{
border-color: #C8DBE5;
}
.TagClassName
{
border-color: #C8DBE5;
}
</style>