Shades of Light Blue #C0D3D9
Tints of Light Blue #C0D3D9
RGB
CMYK
RGB Variations
Color information
#C0D3D9 (or 0xC0D3D9) is known color: Light Blue. HEX triplet: C0, D3 and D9. RGB value is (192,211,217). Sum of RGB (Red+Green+Blue) = 192+211+217=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 211 (82.81% from 255 or 34.03% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 217 - color contains mainly: blue. Hex color #C0D3D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D3D9 is #3F2C26. Grayscale: #CDCDCD. Windows color (decimal): -4140071 or 14275520. OLE color: 14275520.
HSL color Cylindrical-coordinate representation of color #C0D3D9: hue angle of 194.4º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0D3D9 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 192 | 211 | 217 | - |
CMYK | 0.12 | 0.03 | 0 | 0.15 |
HSL | 194.4º | 0.25% | 0.8% | - |
HSV(B) | 194.4º | 0.12% | 0.85% | - |
XYZ | 57.56 | 62.8 | 74.73 | - |
YUV | 206 | 134.21 | 118.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 211 | 217 | 0.12 | 0.03 | 0 | 0.15 | 194.4 | 0.25 | 0.8 |
Hex | C0 | D3 | D9 | C | 3 | 0 | F | C2 | 19 | 50 |
Octal | 300 | 323 | 331 | 14 | 3 | 0 | 17 | 302 | 31 | 120 |
Binary | 11000000 | 11010011 | 11011001 | 1100 | 11 | 0 | 1111 | 11000010 | 11001 | 1010000 |
Color Harmonies of #C0D3D9
Complementary color
Monochromatic Colors of #C0D3D9
Black with #C0D3D9
Text Example
Text Example
White with #C0D3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D3D9; }
p { color: rgb(192,211,217); }
H1.HeaderClassName
{
color: #C0D3D9;
}
.AnyTagClassName
{
color: #C0D3D9;
}
</style>
background-color css
<style>
a { background-color: #C0D3D9; }
a { background-color: rgb(192,211,217); }
div.DivClassName
{
background-color: #C0D3D9;
}
.BgClassName
{
background-color: #C0D3D9;
}
</style>
border-color css
<style>
span { border-color: #C0D3D9; }
span { border-color: rgb(192,211,217); }
td.TdClassName
{
border-color: #C0D3D9;
}
.TagClassName
{
border-color: #C0D3D9;
}
</style>