Shades of Light Blue #C4D6E0
Tints of Light Blue #C4D6E0
RGB
CMYK
RGB Variations
Color information
#C4D6E0 (or 0xC4D6E0) is known color: Light Blue. HEX triplet: C4, D6 and E0. RGB value is (196,214,224). Sum of RGB (Red+Green+Blue) = 196+214+224=634 (83% of max value = 765). Red value is 196 (76.95% from 255 or 30.91% from 634); Green value is 214 (83.98% from 255 or 33.75% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 224 - color contains mainly: blue. Hex color #C4D6E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D6E0 is #3B291F. Grayscale: #D1D1D1. Windows color (decimal): -3877152 or 14735044. OLE color: 14735044.
HSL color Cylindrical-coordinate representation of color #C4D6E0: hue angle of 201.43º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4D6E0 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 214 | 224 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.12 |
| HSL | 201.43º | 0.31% | 0.82% | - |
| HSV(B) | 201.43º | 0.13% | 0.88% | - |
| XYZ | 60.27 | 65.21 | 79.93 | - |
| YUV | 209.76 | 136.04 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 214 | 224 | 0.12 | 0.04 | 0 | 0.12 | 201.43 | 0.31 | 0.82 |
| Hex | C4 | D6 | E0 | C | 4 | 0 | C | C9 | 1F | 52 |
| Octal | 304 | 326 | 340 | 14 | 4 | 0 | 14 | 311 | 37 | 122 |
| Binary | 11000100 | 11010110 | 11100000 | 1100 | 100 | 0 | 1100 | 11001001 | 11111 | 1010010 |
Color Harmonies of #C4D6E0
Complementary color
Monochromatic Colors of #C4D6E0
Black with #C4D6E0
Text Example
Text Example
White with #C4D6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D6E0; }
p { color: rgb(196,214,224); }
H1.HeaderClassName
{
color: #C4D6E0;
}
.AnyTagClassName
{
color: #C4D6E0;
}
</style>
background-color css
<style>
a { background-color: #C4D6E0; }
a { background-color: rgb(196,214,224); }
div.DivClassName
{
background-color: #C4D6E0;
}
.BgClassName
{
background-color: #C4D6E0;
}
</style>
border-color css
<style>
span { border-color: #C4D6E0; }
span { border-color: rgb(196,214,224); }
td.TdClassName
{
border-color: #C4D6E0;
}
.TagClassName
{
border-color: #C4D6E0;
}
</style>