Shades of Light Blue #C0D6DD
Tints of Light Blue #C0D6DD
RGB
CMYK
RGB Variations
Color information
#C0D6DD (or 0xC0D6DD) is known color: Light Blue. HEX triplet: C0, D6 and DD. RGB value is (192,214,221). Sum of RGB (Red+Green+Blue) = 192+214+221=627 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.62% from 627); Green value is 214 (83.98% from 255 or 34.13% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0D6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D6DD is #3F2922. Grayscale: #D0D0D0. Windows color (decimal): -4139299 or 14538432. OLE color: 14538432.
HSL color Cylindrical-coordinate representation of color #C0D6DD: hue angle of 194.48º 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 #C0D6DD is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 192 | 214 | 221 | - |
CMYK | 0.13 | 0.03 | 0 | 0.13 |
HSL | 194.48º | 0.3% | 0.81% | - |
HSV(B) | 194.48º | 0.13% | 0.87% | - |
XYZ | 58.84 | 64.52 | 77.76 | - |
YUV | 208.22 | 135.21 | 116.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 214 | 221 | 0.13 | 0.03 | 0 | 0.13 | 194.48 | 0.3 | 0.81 |
Hex | C0 | D6 | DD | D | 3 | 0 | D | C2 | 1E | 51 |
Octal | 300 | 326 | 335 | 15 | 3 | 0 | 15 | 302 | 36 | 121 |
Binary | 11000000 | 11010110 | 11011101 | 1101 | 11 | 0 | 1101 | 11000010 | 11110 | 1010001 |
Color Harmonies of #C0D6DD
Complementary color
Monochromatic Colors of #C0D6DD
Black with #C0D6DD
Text Example
Text Example
White with #C0D6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D6DD; }
p { color: rgb(192,214,221); }
H1.HeaderClassName
{
color: #C0D6DD;
}
.AnyTagClassName
{
color: #C0D6DD;
}
</style>
background-color css
<style>
a { background-color: #C0D6DD; }
a { background-color: rgb(192,214,221); }
div.DivClassName
{
background-color: #C0D6DD;
}
.BgClassName
{
background-color: #C0D6DD;
}
</style>
border-color css
<style>
span { border-color: #C0D6DD; }
span { border-color: rgb(192,214,221); }
td.TdClassName
{
border-color: #C0D6DD;
}
.TagClassName
{
border-color: #C0D6DD;
}
</style>