Shades of Light Blue #C0D6DE
Tints of Light Blue #C0D6DE
RGB
CMYK
RGB Variations
Color information
#C0D6DE (or 0xC0D6DE) is known color: Light Blue. HEX triplet: C0, D6 and DE. RGB value is (192,214,222). Sum of RGB (Red+Green+Blue) = 192+214+222=628 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.57% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 222 - color contains mainly: blue. Hex color #C0D6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D6DE is #3F2921. Grayscale: #D0D0D0. Windows color (decimal): -4139298 or 14603968. OLE color: 14603968.
HSL color Cylindrical-coordinate representation of color #C0D6DE: hue angle of 196º degrees, saturation: 0.31, 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 #C0D6DE is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 214 | 222 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.13 |
| HSL | 196º | 0.31% | 0.81% | - |
| HSV(B) | 196º | 0.14% | 0.87% | - |
| XYZ | 58.97 | 64.57 | 78.46 | - |
| YUV | 208.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 214 | 222 | 0.14 | 0.04 | 0 | 0.13 | 196 | 0.31 | 0.81 |
| Hex | C0 | D6 | DE | E | 4 | 0 | D | C4 | 1F | 51 |
| Octal | 300 | 326 | 336 | 16 | 4 | 0 | 15 | 304 | 37 | 121 |
| Binary | 11000000 | 11010110 | 11011110 | 1110 | 100 | 0 | 1101 | 11000100 | 11111 | 1010001 |
Color Harmonies of #C0D6DE
Complementary color
Monochromatic Colors of #C0D6DE
Black with #C0D6DE
Text Example
Text Example
White with #C0D6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D6DE; }
p { color: rgb(192,214,222); }
H1.HeaderClassName
{
color: #C0D6DE;
}
.AnyTagClassName
{
color: #C0D6DE;
}
</style>
background-color css
<style>
a { background-color: #C0D6DE; }
a { background-color: rgb(192,214,222); }
div.DivClassName
{
background-color: #C0D6DE;
}
.BgClassName
{
background-color: #C0D6DE;
}
</style>
border-color css
<style>
span { border-color: #C0D6DE; }
span { border-color: rgb(192,214,222); }
td.TdClassName
{
border-color: #C0D6DE;
}
.TagClassName
{
border-color: #C0D6DE;
}
</style>