Shades of Light Blue #C0D8DF
Tints of Light Blue #C0D8DF
RGB
CMYK
RGB Variations
Color information
#C0D8DF (or 0xC0D8DF) is known color: Light Blue. HEX triplet: C0, D8 and DF. RGB value is (192,216,223). Sum of RGB (Red+Green+Blue) = 192+216+223=631 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.43% from 631); Green value is 216 (84.77% from 255 or 34.23% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0D8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D8DF is #3F2720. Grayscale: #D1D1D1. Windows color (decimal): -4138785 or 14670016. OLE color: 14670016.
HSL color Cylindrical-coordinate representation of color #C0D8DF: hue angle of 193.55º 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 #C0D8DF is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 216 | 223 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.13 |
| HSL | 193.55º | 0.33% | 0.81% | - |
| HSV(B) | 193.55º | 0.14% | 0.87% | - |
| XYZ | 59.61 | 65.65 | 79.34 | - |
| YUV | 209.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 223 | 0.14 | 0.03 | 0 | 0.13 | 193.55 | 0.33 | 0.81 |
| Hex | C0 | D8 | DF | E | 3 | 0 | D | C2 | 21 | 51 |
| Octal | 300 | 330 | 337 | 16 | 3 | 0 | 15 | 302 | 41 | 121 |
| Binary | 11000000 | 11011000 | 11011111 | 1110 | 11 | 0 | 1101 | 11000010 | 100001 | 1010001 |
Color Harmonies of #C0D8DF
Complementary color
Monochromatic Colors of #C0D8DF
Black with #C0D8DF
Text Example
Text Example
White with #C0D8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D8DF; }
p { color: rgb(192,216,223); }
H1.HeaderClassName
{
color: #C0D8DF;
}
.AnyTagClassName
{
color: #C0D8DF;
}
</style>
background-color css
<style>
a { background-color: #C0D8DF; }
a { background-color: rgb(192,216,223); }
div.DivClassName
{
background-color: #C0D8DF;
}
.BgClassName
{
background-color: #C0D8DF;
}
</style>
border-color css
<style>
span { border-color: #C0D8DF; }
span { border-color: rgb(192,216,223); }
td.TdClassName
{
border-color: #C0D8DF;
}
.TagClassName
{
border-color: #C0D8DF;
}
</style>