Shades of Light Blue #C0D4DF
Tints of Light Blue #C0D4DF
RGB
CMYK
RGB Variations
Color information
#C0D4DF (or 0xC0D4DF) is known color: Light Blue. HEX triplet: C0, D4 and DF. RGB value is (192,212,223). Sum of RGB (Red+Green+Blue) = 192+212+223=627 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.62% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0D4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D4DF is #3F2B20. Grayscale: #CFCFCF. Windows color (decimal): -4139809 or 14668992. OLE color: 14668992.
HSL color Cylindrical-coordinate representation of color #C0D4DF: hue angle of 201.29º 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 #C0D4DF is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 212 | 223 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.13 |
| HSL | 201.29º | 0.33% | 0.81% | - |
| HSV(B) | 201.29º | 0.14% | 0.87% | - |
| XYZ | 58.6 | 63.62 | 79 | - |
| YUV | 207.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 212 | 223 | 0.14 | 0.05 | 0 | 0.13 | 201.29 | 0.33 | 0.81 |
| Hex | C0 | D4 | DF | E | 5 | 0 | D | C9 | 21 | 51 |
| Octal | 300 | 324 | 337 | 16 | 5 | 0 | 15 | 311 | 41 | 121 |
| Binary | 11000000 | 11010100 | 11011111 | 1110 | 101 | 0 | 1101 | 11001001 | 100001 | 1010001 |
Color Harmonies of #C0D4DF
Complementary color
Monochromatic Colors of #C0D4DF
Black with #C0D4DF
Text Example
Text Example
White with #C0D4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D4DF; }
p { color: rgb(192,212,223); }
H1.HeaderClassName
{
color: #C0D4DF;
}
.AnyTagClassName
{
color: #C0D4DF;
}
</style>
background-color css
<style>
a { background-color: #C0D4DF; }
a { background-color: rgb(192,212,223); }
div.DivClassName
{
background-color: #C0D4DF;
}
.BgClassName
{
background-color: #C0D4DF;
}
</style>
border-color css
<style>
span { border-color: #C0D4DF; }
span { border-color: rgb(192,212,223); }
td.TdClassName
{
border-color: #C0D4DF;
}
.TagClassName
{
border-color: #C0D4DF;
}
</style>