Shades of Light Blue #C1D4DD
Tints of Light Blue #C1D4DD
RGB
CMYK
RGB Variations
Color information
#C1D4DD (or 0xC1D4DD) is known color: Light Blue. HEX triplet: C1, D4 and DD. RGB value is (193,212,221). Sum of RGB (Red+Green+Blue) = 193+212+221=626 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.83% from 626); Green value is 212 (83.20% from 255 or 33.87% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 221 - color contains mainly: blue. Hex color #C1D4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D4DD is #3E2B22. Grayscale: #CFCFCF. Windows color (decimal): -4074275 or 14537921. OLE color: 14537921.
HSL color Cylindrical-coordinate representation of color #C1D4DD: hue angle of 199.29º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1D4DD is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 193 | 212 | 221 | - |
CMYK | 0.13 | 0.04 | 0 | 0.13 |
HSL | 199.29º | 0.29% | 0.81% | - |
HSV(B) | 199.29º | 0.13% | 0.87% | - |
XYZ | 58.59 | 63.64 | 77.6 | - |
YUV | 207.35 | 135.71 | 117.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 212 | 221 | 0.13 | 0.04 | 0 | 0.13 | 199.29 | 0.29 | 0.81 |
Hex | C1 | D4 | DD | D | 4 | 0 | D | C7 | 1D | 51 |
Octal | 301 | 324 | 335 | 15 | 4 | 0 | 15 | 307 | 35 | 121 |
Binary | 11000001 | 11010100 | 11011101 | 1101 | 100 | 0 | 1101 | 11000111 | 11101 | 1010001 |
Color Harmonies of #C1D4DD
Complementary color
Monochromatic Colors of #C1D4DD
Black with #C1D4DD
Text Example
Text Example
White with #C1D4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D4DD; }
p { color: rgb(193,212,221); }
H1.HeaderClassName
{
color: #C1D4DD;
}
.AnyTagClassName
{
color: #C1D4DD;
}
</style>
background-color css
<style>
a { background-color: #C1D4DD; }
a { background-color: rgb(193,212,221); }
div.DivClassName
{
background-color: #C1D4DD;
}
.BgClassName
{
background-color: #C1D4DD;
}
</style>
border-color css
<style>
span { border-color: #C1D4DD; }
span { border-color: rgb(193,212,221); }
td.TdClassName
{
border-color: #C1D4DD;
}
.TagClassName
{
border-color: #C1D4DD;
}
</style>