Shades of Light Blue #C1D4DB
Tints of Light Blue #C1D4DB
RGB
CMYK
RGB Variations
Color information
#C1D4DB (or 0xC1D4DB) is known color: Light Blue. HEX triplet: C1, D4 and DB. RGB value is (193,212,219). Sum of RGB (Red+Green+Blue) = 193+212+219=624 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.93% from 624); Green value is 212 (83.20% from 255 or 33.97% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: blue. Hex color #C1D4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D4DB is #3E2B24. Grayscale: #CFCFCF. Windows color (decimal): -4074277 or 14406849. OLE color: 14406849.
HSL color Cylindrical-coordinate representation of color #C1D4DB: hue angle of 196.15º 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 #C1D4DB is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 193 | 212 | 219 | - |
CMYK | 0.12 | 0.03 | 0 | 0.14 |
HSL | 196.15º | 0.27% | 0.81% | - |
HSV(B) | 196.15º | 0.12% | 0.86% | - |
XYZ | 58.32 | 63.54 | 76.21 | - |
YUV | 207.12 | 134.71 | 117.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 212 | 219 | 0.12 | 0.03 | 0 | 0.14 | 196.15 | 0.27 | 0.81 |
Hex | C1 | D4 | DB | C | 3 | 0 | E | C4 | 1B | 51 |
Octal | 301 | 324 | 333 | 14 | 3 | 0 | 16 | 304 | 33 | 121 |
Binary | 11000001 | 11010100 | 11011011 | 1100 | 11 | 0 | 1110 | 11000100 | 11011 | 1010001 |
Color Harmonies of #C1D4DB
Complementary color
Monochromatic Colors of #C1D4DB
Black with #C1D4DB
Text Example
Text Example
White with #C1D4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D4DB; }
p { color: rgb(193,212,219); }
H1.HeaderClassName
{
color: #C1D4DB;
}
.AnyTagClassName
{
color: #C1D4DB;
}
</style>
background-color css
<style>
a { background-color: #C1D4DB; }
a { background-color: rgb(193,212,219); }
div.DivClassName
{
background-color: #C1D4DB;
}
.BgClassName
{
background-color: #C1D4DB;
}
</style>
border-color css
<style>
span { border-color: #C1D4DB; }
span { border-color: rgb(193,212,219); }
td.TdClassName
{
border-color: #C1D4DB;
}
.TagClassName
{
border-color: #C1D4DB;
}
</style>