Shades of Light Blue #C2D6DD
Tints of Light Blue #C2D6DD
RGB
CMYK
RGB Variations
Color information
#C2D6DD (or 0xC2D6DD) is known color: Light Blue. HEX triplet: C2, D6 and DD. RGB value is (194,214,221). Sum of RGB (Red+Green+Blue) = 194+214+221=629 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.84% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2D6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D6DD is #3D2922. Grayscale: #D0D0D0. Windows color (decimal): -4008227 or 14538434. OLE color: 14538434.
HSL color Cylindrical-coordinate representation of color #C2D6DD: hue angle of 195.56º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2D6DD is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 194 | 214 | 221 | - |
CMYK | 0.12 | 0.03 | 0 | 0.13 |
HSL | 195.56º | 0.28% | 0.81% | - |
HSV(B) | 195.56º | 0.12% | 0.87% | - |
XYZ | 59.35 | 64.78 | 77.78 | - |
YUV | 208.82 | 134.87 | 117.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 214 | 221 | 0.12 | 0.03 | 0 | 0.13 | 195.56 | 0.28 | 0.81 |
Hex | C2 | D6 | DD | C | 3 | 0 | D | C4 | 1C | 51 |
Octal | 302 | 326 | 335 | 14 | 3 | 0 | 15 | 304 | 34 | 121 |
Binary | 11000010 | 11010110 | 11011101 | 1100 | 11 | 0 | 1101 | 11000100 | 11100 | 1010001 |
Color Harmonies of #C2D6DD
Complementary color
Monochromatic Colors of #C2D6DD
Black with #C2D6DD
Text Example
Text Example
White with #C2D6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D6DD; }
p { color: rgb(194,214,221); }
H1.HeaderClassName
{
color: #C2D6DD;
}
.AnyTagClassName
{
color: #C2D6DD;
}
</style>
background-color css
<style>
a { background-color: #C2D6DD; }
a { background-color: rgb(194,214,221); }
div.DivClassName
{
background-color: #C2D6DD;
}
.BgClassName
{
background-color: #C2D6DD;
}
</style>
border-color css
<style>
span { border-color: #C2D6DD; }
span { border-color: rgb(194,214,221); }
td.TdClassName
{
border-color: #C2D6DD;
}
.TagClassName
{
border-color: #C2D6DD;
}
</style>