Shades of Light Blue #C0D4DD
Tints of Light Blue #C0D4DD
RGB
CMYK
RGB Variations
Color information
#C0D4DD (or 0xC0D4DD) is known color: Light Blue. HEX triplet: C0, D4 and DD. RGB value is (192,212,221). Sum of RGB (Red+Green+Blue) = 192+212+221=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 212 (83.20% from 255 or 33.92% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0D4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D4DD is #3F2B22. Grayscale: #CECECE. Windows color (decimal): -4139811 or 14537920. OLE color: 14537920.
HSL color Cylindrical-coordinate representation of color #C0D4DD: hue angle of 198.62º 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 #C0D4DD is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 192 | 212 | 221 | - |
CMYK | 0.13 | 0.04 | 0 | 0.13 |
HSL | 198.62º | 0.3% | 0.81% | - |
HSV(B) | 198.62º | 0.13% | 0.87% | - |
XYZ | 58.33 | 63.51 | 77.59 | - |
YUV | 207.05 | 135.87 | 117.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 212 | 221 | 0.13 | 0.04 | 0 | 0.13 | 198.62 | 0.3 | 0.81 |
Hex | C0 | D4 | DD | D | 4 | 0 | D | C7 | 1E | 51 |
Octal | 300 | 324 | 335 | 15 | 4 | 0 | 15 | 307 | 36 | 121 |
Binary | 11000000 | 11010100 | 11011101 | 1101 | 100 | 0 | 1101 | 11000111 | 11110 | 1010001 |
Color Harmonies of #C0D4DD
Complementary color
Monochromatic Colors of #C0D4DD
Black with #C0D4DD
Text Example
Text Example
White with #C0D4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D4DD; }
p { color: rgb(192,212,221); }
H1.HeaderClassName
{
color: #C0D4DD;
}
.AnyTagClassName
{
color: #C0D4DD;
}
</style>
background-color css
<style>
a { background-color: #C0D4DD; }
a { background-color: rgb(192,212,221); }
div.DivClassName
{
background-color: #C0D4DD;
}
.BgClassName
{
background-color: #C0D4DD;
}
</style>
border-color css
<style>
span { border-color: #C0D4DD; }
span { border-color: rgb(192,212,221); }
td.TdClassName
{
border-color: #C0D4DD;
}
.TagClassName
{
border-color: #C0D4DD;
}
</style>