Shades of Pattens Blue #C0D9EB
Tints of Pattens Blue #C0D9EB
RGB
CMYK
RGB Variations
Color information
#C0D9EB (or 0xC0D9EB) is known color: Pattens Blue. HEX triplet: C0, D9 and EB. RGB value is (192,217,235). Sum of RGB (Red+Green+Blue) = 192+217+235=644 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.81% from 644); Green value is 217 (85.16% from 255 or 33.70% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0D9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D9EB is #3F2614. Grayscale: #D3D3D3. Windows color (decimal): -4138517 or 15456704. OLE color: 15456704.
HSL color Cylindrical-coordinate representation of color #C0D9EB: hue angle of 205.12º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0D9EB is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 217 | 235 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.08 |
| HSL | 205.12º | 0.52% | 0.84% | - |
| HSV(B) | 205.12º | 0.18% | 0.92% | - |
| XYZ | 61.55 | 66.83 | 88.25 | - |
| YUV | 211.58 | 141.22 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 217 | 235 | 0.18 | 0.08 | 0 | 0.08 | 205.12 | 0.52 | 0.84 |
| Hex | C0 | D9 | EB | 12 | 8 | 0 | 8 | CD | 34 | 54 |
| Octal | 300 | 331 | 353 | 22 | 10 | 0 | 10 | 315 | 64 | 124 |
| Binary | 11000000 | 11011001 | 11101011 | 10010 | 1000 | 0 | 1000 | 11001101 | 110100 | 1010100 |
Color Harmonies of #C0D9EB
Complementary color
Monochromatic Colors of #C0D9EB
Black with #C0D9EB
Text Example
Text Example
White with #C0D9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D9EB; }
p { color: rgb(192,217,235); }
H1.HeaderClassName
{
color: #C0D9EB;
}
.AnyTagClassName
{
color: #C0D9EB;
}
</style>
background-color css
<style>
a { background-color: #C0D9EB; }
a { background-color: rgb(192,217,235); }
div.DivClassName
{
background-color: #C0D9EB;
}
.BgClassName
{
background-color: #C0D9EB;
}
</style>
border-color css
<style>
span { border-color: #C0D9EB; }
span { border-color: rgb(192,217,235); }
td.TdClassName
{
border-color: #C0D9EB;
}
.TagClassName
{
border-color: #C0D9EB;
}
</style>