Shades of Light Blue #C2D6DF
Tints of Light Blue #C2D6DF
RGB
CMYK
RGB Variations
Color information
#C2D6DF (or 0xC2D6DF) is known color: Light Blue. HEX triplet: C2, D6 and DF. RGB value is (194,214,223). Sum of RGB (Red+Green+Blue) = 194+214+223=631 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.74% from 631); Green value is 214 (83.98% from 255 or 33.91% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2D6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D6DF is #3D2920. Grayscale: #D0D0D0. Windows color (decimal): -4008225 or 14669506. OLE color: 14669506.
HSL color Cylindrical-coordinate representation of color #C2D6DF: hue angle of 198.62º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2D6DF is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 194 | 214 | 223 | - |
CMYK | 0.13 | 0.04 | 0 | 0.13 |
HSL | 198.62º | 0.31% | 0.82% | - |
HSV(B) | 198.62º | 0.13% | 0.87% | - |
XYZ | 59.61 | 64.89 | 79.2 | - |
YUV | 209.05 | 135.87 | 117.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 214 | 223 | 0.13 | 0.04 | 0 | 0.13 | 198.62 | 0.31 | 0.82 |
Hex | C2 | D6 | DF | D | 4 | 0 | D | C7 | 1F | 52 |
Octal | 302 | 326 | 337 | 15 | 4 | 0 | 15 | 307 | 37 | 122 |
Binary | 11000010 | 11010110 | 11011111 | 1101 | 100 | 0 | 1101 | 11000111 | 11111 | 1010010 |
Color Harmonies of #C2D6DF
Complementary color
Monochromatic Colors of #C2D6DF
Black with #C2D6DF
Text Example
Text Example
White with #C2D6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D6DF; }
p { color: rgb(194,214,223); }
H1.HeaderClassName
{
color: #C2D6DF;
}
.AnyTagClassName
{
color: #C2D6DF;
}
</style>
background-color css
<style>
a { background-color: #C2D6DF; }
a { background-color: rgb(194,214,223); }
div.DivClassName
{
background-color: #C2D6DF;
}
.BgClassName
{
background-color: #C2D6DF;
}
</style>
border-color css
<style>
span { border-color: #C2D6DF; }
span { border-color: rgb(194,214,223); }
td.TdClassName
{
border-color: #C2D6DF;
}
.TagClassName
{
border-color: #C2D6DF;
}
</style>