Shades of Light Blue #C0D6DF
Tints of Light Blue #C0D6DF
RGB
CMYK
RGB Variations
Color information
#C0D6DF (or 0xC0D6DF) is known color: Light Blue. HEX triplet: C0, D6 and DF. RGB value is (192,214,223). Sum of RGB (Red+Green+Blue) = 192+214+223=629 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.52% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0D6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D6DF is #3F2920. Grayscale: #D0D0D0. Windows color (decimal): -4139297 or 14669504. OLE color: 14669504.
HSL color Cylindrical-coordinate representation of color #C0D6DF: hue angle of 197.42º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0D6DF is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 214 | 223 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.13 |
| HSL | 197.42º | 0.33% | 0.81% | - |
| HSV(B) | 197.42º | 0.14% | 0.87% | - |
| XYZ | 59.1 | 64.63 | 79.17 | - |
| YUV | 208.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 214 | 223 | 0.14 | 0.04 | 0 | 0.13 | 197.42 | 0.33 | 0.81 |
| Hex | C0 | D6 | DF | E | 4 | 0 | D | C5 | 21 | 51 |
| Octal | 300 | 326 | 337 | 16 | 4 | 0 | 15 | 305 | 41 | 121 |
| Binary | 11000000 | 11010110 | 11011111 | 1110 | 100 | 0 | 1101 | 11000101 | 100001 | 1010001 |
Color Harmonies of #C0D6DF
Complementary color
Monochromatic Colors of #C0D6DF
Black with #C0D6DF
Text Example
Text Example
White with #C0D6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D6DF; }
p { color: rgb(192,214,223); }
H1.HeaderClassName
{
color: #C0D6DF;
}
.AnyTagClassName
{
color: #C0D6DF;
}
</style>
background-color css
<style>
a { background-color: #C0D6DF; }
a { background-color: rgb(192,214,223); }
div.DivClassName
{
background-color: #C0D6DF;
}
.BgClassName
{
background-color: #C0D6DF;
}
</style>
border-color css
<style>
span { border-color: #C0D6DF; }
span { border-color: rgb(192,214,223); }
td.TdClassName
{
border-color: #C0D6DF;
}
.TagClassName
{
border-color: #C0D6DF;
}
</style>