Shades of Light Blue #C2D0D6
Tints of Light Blue #C2D0D6
RGB
CMYK
RGB Variations
Color information
#C2D0D6 (or 0xC2D0D6) is known color: Light Blue. HEX triplet: C2, D0 and D6. RGB value is (194,208,214). Sum of RGB (Red+Green+Blue) = 194+208+214=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 214 (83.98% from 255 or 34.74% from 616); Max value from RGB is 214 - color contains mainly: blue. Hex color #C2D0D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D0D6 is #3D2F29. Grayscale: #CCCCCC. Windows color (decimal): -4009770 or 14078146. OLE color: 14078146.
HSL color Cylindrical-coordinate representation of color #C2D0D6: hue angle of 198º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2D0D6 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 208 | 214 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.16 |
| HSL | 198º | 0.2% | 0.8% | - |
| HSV(B) | 198º | 0.09% | 0.84% | - |
| XYZ | 56.94 | 61.44 | 72.48 | - |
| YUV | 204.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 208 | 214 | 0.09 | 0.03 | 0 | 0.16 | 198 | 0.2 | 0.8 |
| Hex | C2 | D0 | D6 | 9 | 3 | 0 | 10 | C6 | 14 | 50 |
| Octal | 302 | 320 | 326 | 11 | 3 | 0 | 20 | 306 | 24 | 120 |
| Binary | 11000010 | 11010000 | 11010110 | 1001 | 11 | 0 | 10000 | 11000110 | 10100 | 1010000 |
Color Harmonies of #C2D0D6
Complementary color
Monochromatic Colors of #C2D0D6
Black with #C2D0D6
Text Example
Text Example
White with #C2D0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D0D6; }
p { color: rgb(194,208,214); }
H1.HeaderClassName
{
color: #C2D0D6;
}
.AnyTagClassName
{
color: #C2D0D6;
}
</style>
background-color css
<style>
a { background-color: #C2D0D6; }
a { background-color: rgb(194,208,214); }
div.DivClassName
{
background-color: #C2D0D6;
}
.BgClassName
{
background-color: #C2D0D6;
}
</style>
border-color css
<style>
span { border-color: #C2D0D6; }
span { border-color: rgb(194,208,214); }
td.TdClassName
{
border-color: #C2D0D6;
}
.TagClassName
{
border-color: #C2D0D6;
}
</style>