Shades of Light Blue #C0D7DD
Tints of Light Blue #C0D7DD
RGB
CMYK
RGB Variations
Color information
#C0D7DD (or 0xC0D7DD) is known color: Light Blue. HEX triplet: C0, D7 and DD. RGB value is (192,215,221). Sum of RGB (Red+Green+Blue) = 192+215+221=628 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.57% from 628); Green value is 215 (84.38% from 255 or 34.24% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0D7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D7DD is #3F2822. Grayscale: #D0D0D0. Windows color (decimal): -4139043 or 14538688. OLE color: 14538688.
HSL color Cylindrical-coordinate representation of color #C0D7DD: hue angle of 192.41º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0D7DD is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 215 | 221 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.13 |
| HSL | 192.41º | 0.3% | 0.81% | - |
| HSV(B) | 192.41º | 0.13% | 0.87% | - |
| XYZ | 59.09 | 65.03 | 77.84 | - |
| YUV | 208.81 | 134.88 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 221 | 0.13 | 0.03 | 0 | 0.13 | 192.41 | 0.3 | 0.81 |
| Hex | C0 | D7 | DD | D | 3 | 0 | D | C0 | 1E | 51 |
| Octal | 300 | 327 | 335 | 15 | 3 | 0 | 15 | 300 | 36 | 121 |
| Binary | 11000000 | 11010111 | 11011101 | 1101 | 11 | 0 | 1101 | 11000000 | 11110 | 1010001 |
Color Harmonies of #C0D7DD
Complementary color
Monochromatic Colors of #C0D7DD
Black with #C0D7DD
Text Example
Text Example
White with #C0D7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D7DD; }
p { color: rgb(192,215,221); }
H1.HeaderClassName
{
color: #C0D7DD;
}
.AnyTagClassName
{
color: #C0D7DD;
}
</style>
background-color css
<style>
a { background-color: #C0D7DD; }
a { background-color: rgb(192,215,221); }
div.DivClassName
{
background-color: #C0D7DD;
}
.BgClassName
{
background-color: #C0D7DD;
}
</style>
border-color css
<style>
span { border-color: #C0D7DD; }
span { border-color: rgb(192,215,221); }
td.TdClassName
{
border-color: #C0D7DD;
}
.TagClassName
{
border-color: #C0D7DD;
}
</style>