Shades of Light Blue #C1D2DB
Tints of Light Blue #C1D2DB
RGB
CMYK
RGB Variations
Color information
#C1D2DB (or 0xC1D2DB) is known color: Light Blue. HEX triplet: C1, D2 and DB. RGB value is (193,210,219). Sum of RGB (Red+Green+Blue) = 193+210+219=622 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.03% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 219 - color contains mainly: blue. Hex color #C1D2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D2DB is #3E2D24. Grayscale: #CDCDCD. Windows color (decimal): -4074789 or 14406337. OLE color: 14406337.
HSL color Cylindrical-coordinate representation of color #C1D2DB: hue angle of 200.77º 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 #C1D2DB is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 193 | 210 | 219 | - |
CMYK | 0.12 | 0.04 | 0 | 0.14 |
HSL | 200.77º | 0.27% | 0.81% | - |
HSV(B) | 200.77º | 0.12% | 0.86% | - |
XYZ | 57.83 | 62.55 | 76.04 | - |
YUV | 205.94 | 135.37 | 118.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 210 | 219 | 0.12 | 0.04 | 0 | 0.14 | 200.77 | 0.27 | 0.81 |
Hex | C1 | D2 | DB | C | 4 | 0 | E | C9 | 1B | 51 |
Octal | 301 | 322 | 333 | 14 | 4 | 0 | 16 | 311 | 33 | 121 |
Binary | 11000001 | 11010010 | 11011011 | 1100 | 100 | 0 | 1110 | 11001001 | 11011 | 1010001 |
Color Harmonies of #C1D2DB
Complementary color
Monochromatic Colors of #C1D2DB
Black with #C1D2DB
Text Example
Text Example
White with #C1D2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D2DB; }
p { color: rgb(193,210,219); }
H1.HeaderClassName
{
color: #C1D2DB;
}
.AnyTagClassName
{
color: #C1D2DB;
}
</style>
background-color css
<style>
a { background-color: #C1D2DB; }
a { background-color: rgb(193,210,219); }
div.DivClassName
{
background-color: #C1D2DB;
}
.BgClassName
{
background-color: #C1D2DB;
}
</style>
border-color css
<style>
span { border-color: #C1D2DB; }
span { border-color: rgb(193,210,219); }
td.TdClassName
{
border-color: #C1D2DB;
}
.TagClassName
{
border-color: #C1D2DB;
}
</style>