Shades of Light Blue #C0D3DB
Tints of Light Blue #C0D3DB
RGB
CMYK
RGB Variations
Color information
#C0D3DB (or 0xC0D3DB) is known color: Light Blue. HEX triplet: C0, D3 and DB. RGB value is (192,211,219). Sum of RGB (Red+Green+Blue) = 192+211+219=622 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.87% from 622); Green value is 211 (82.81% from 255 or 33.92% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0D3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D3DB is #3F2C24. Grayscale: #CECECE. Windows color (decimal): -4140069 or 14406592. OLE color: 14406592.
HSL color Cylindrical-coordinate representation of color #C0D3DB: hue angle of 197.78º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0D3DB is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 211 | 219 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.14 |
| HSL | 197.78º | 0.27% | 0.81% | - |
| HSV(B) | 197.78º | 0.12% | 0.86% | - |
| XYZ | 57.82 | 62.91 | 76.11 | - |
| YUV | 206.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 211 | 219 | 0.12 | 0.04 | 0 | 0.14 | 197.78 | 0.27 | 0.81 |
| Hex | C0 | D3 | DB | C | 4 | 0 | E | C6 | 1B | 51 |
| Octal | 300 | 323 | 333 | 14 | 4 | 0 | 16 | 306 | 33 | 121 |
| Binary | 11000000 | 11010011 | 11011011 | 1100 | 100 | 0 | 1110 | 11000110 | 11011 | 1010001 |
Color Harmonies of #C0D3DB
Complementary color
Monochromatic Colors of #C0D3DB
Black with #C0D3DB
Text Example
Text Example
White with #C0D3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D3DB; }
p { color: rgb(192,211,219); }
H1.HeaderClassName
{
color: #C0D3DB;
}
.AnyTagClassName
{
color: #C0D3DB;
}
</style>
background-color css
<style>
a { background-color: #C0D3DB; }
a { background-color: rgb(192,211,219); }
div.DivClassName
{
background-color: #C0D3DB;
}
.BgClassName
{
background-color: #C0D3DB;
}
</style>
border-color css
<style>
span { border-color: #C0D3DB; }
span { border-color: rgb(192,211,219); }
td.TdClassName
{
border-color: #C0D3DB;
}
.TagClassName
{
border-color: #C0D3DB;
}
</style>