Shades of Light Blue #C0D4DC
Tints of Light Blue #C0D4DC
RGB
CMYK
RGB Variations
Color information
#C0D4DC (or 0xC0D4DC) is known color: Light Blue. HEX triplet: C0, D4 and DC. RGB value is (192,212,220). Sum of RGB (Red+Green+Blue) = 192+212+220=624 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.77% from 624); Green value is 212 (83.20% from 255 or 33.97% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0D4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D4DC is #3F2B23. Grayscale: #CECECE. Windows color (decimal): -4139812 or 14472384. OLE color: 14472384.
HSL color Cylindrical-coordinate representation of color #C0D4DC: hue angle of 197.14º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0D4DC is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 212 | 220 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.14 |
| HSL | 197.14º | 0.29% | 0.81% | - |
| HSV(B) | 197.14º | 0.13% | 0.86% | - |
| XYZ | 58.2 | 63.46 | 76.89 | - |
| YUV | 206.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 212 | 220 | 0.13 | 0.04 | 0 | 0.14 | 197.14 | 0.29 | 0.81 |
| Hex | C0 | D4 | DC | D | 4 | 0 | E | C5 | 1D | 51 |
| Octal | 300 | 324 | 334 | 15 | 4 | 0 | 16 | 305 | 35 | 121 |
| Binary | 11000000 | 11010100 | 11011100 | 1101 | 100 | 0 | 1110 | 11000101 | 11101 | 1010001 |
Color Harmonies of #C0D4DC
Complementary color
Monochromatic Colors of #C0D4DC
Black with #C0D4DC
Text Example
Text Example
White with #C0D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D4DC; }
p { color: rgb(192,212,220); }
H1.HeaderClassName
{
color: #C0D4DC;
}
.AnyTagClassName
{
color: #C0D4DC;
}
</style>
background-color css
<style>
a { background-color: #C0D4DC; }
a { background-color: rgb(192,212,220); }
div.DivClassName
{
background-color: #C0D4DC;
}
.BgClassName
{
background-color: #C0D4DC;
}
</style>
border-color css
<style>
span { border-color: #C0D4DC; }
span { border-color: rgb(192,212,220); }
td.TdClassName
{
border-color: #C0D4DC;
}
.TagClassName
{
border-color: #C0D4DC;
}
</style>