Shades of Light Blue #C1D5DB
Tints of Light Blue #C1D5DB
RGB
CMYK
RGB Variations
Color information
#C1D5DB (or 0xC1D5DB) is known color: Light Blue. HEX triplet: C1, D5 and DB. RGB value is (193,213,219). Sum of RGB (Red+Green+Blue) = 193+213+219=625 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.88% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 219 - color contains mainly: blue. Hex color #C1D5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D5DB is #3E2A24. Grayscale: #CFCFCF. Windows color (decimal): -4074021 or 14407105. OLE color: 14407105.
HSL color Cylindrical-coordinate representation of color #C1D5DB: hue angle of 193.85º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1D5DB is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 193 | 213 | 219 | - |
CMYK | 0.12 | 0.03 | 0 | 0.14 |
HSL | 193.85º | 0.27% | 0.81% | - |
HSV(B) | 193.85º | 0.12% | 0.86% | - |
XYZ | 58.57 | 64.04 | 76.29 | - |
YUV | 207.7 | 134.37 | 117.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 213 | 219 | 0.12 | 0.03 | 0 | 0.14 | 193.85 | 0.27 | 0.81 |
Hex | C1 | D5 | DB | C | 3 | 0 | E | C2 | 1B | 51 |
Octal | 301 | 325 | 333 | 14 | 3 | 0 | 16 | 302 | 33 | 121 |
Binary | 11000001 | 11010101 | 11011011 | 1100 | 11 | 0 | 1110 | 11000010 | 11011 | 1010001 |
Color Harmonies of #C1D5DB
Complementary color
Monochromatic Colors of #C1D5DB
Black with #C1D5DB
Text Example
Text Example
White with #C1D5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D5DB; }
p { color: rgb(193,213,219); }
H1.HeaderClassName
{
color: #C1D5DB;
}
.AnyTagClassName
{
color: #C1D5DB;
}
</style>
background-color css
<style>
a { background-color: #C1D5DB; }
a { background-color: rgb(193,213,219); }
div.DivClassName
{
background-color: #C1D5DB;
}
.BgClassName
{
background-color: #C1D5DB;
}
</style>
border-color css
<style>
span { border-color: #C1D5DB; }
span { border-color: rgb(193,213,219); }
td.TdClassName
{
border-color: #C1D5DB;
}
.TagClassName
{
border-color: #C1D5DB;
}
</style>