Shades of Light Blue #C3D6E2
Tints of Light Blue #C3D6E2
RGB
CMYK
RGB Variations
Color information
#C3D6E2 (or 0xC3D6E2) is known color: Light Blue. HEX triplet: C3, D6 and E2. RGB value is (195,214,226). Sum of RGB (Red+Green+Blue) = 195+214+226=635 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.71% from 635); Green value is 214 (83.98% from 255 or 33.70% from 635); Blue value is 226 (88.67% from 255 or 35.59% from 635); Max value from RGB is 226 - color contains mainly: blue. Hex color #C3D6E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D6E2 is #3C291D. Grayscale: #D1D1D1. Windows color (decimal): -3942686 or 14866115. OLE color: 14866115.
HSL color Cylindrical-coordinate representation of color #C3D6E2: hue angle of 203.23º degrees, saturation: 0.35, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3D6E2 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 214 | 226 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.11 |
| HSL | 203.23º | 0.35% | 0.83% | - |
| HSV(B) | 203.23º | 0.14% | 0.89% | - |
| XYZ | 60.28 | 65.19 | 81.36 | - |
| YUV | 209.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 214 | 226 | 0.14 | 0.05 | 0 | 0.11 | 203.23 | 0.35 | 0.83 |
| Hex | C3 | D6 | E2 | E | 5 | 0 | B | CB | 23 | 53 |
| Octal | 303 | 326 | 342 | 16 | 5 | 0 | 13 | 313 | 43 | 123 |
| Binary | 11000011 | 11010110 | 11100010 | 1110 | 101 | 0 | 1011 | 11001011 | 100011 | 1010011 |
Color Harmonies of #C3D6E2
Complementary color
Monochromatic Colors of #C3D6E2
Black with #C3D6E2
Text Example
Text Example
White with #C3D6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D6E2; }
p { color: rgb(195,214,226); }
H1.HeaderClassName
{
color: #C3D6E2;
}
.AnyTagClassName
{
color: #C3D6E2;
}
</style>
background-color css
<style>
a { background-color: #C3D6E2; }
a { background-color: rgb(195,214,226); }
div.DivClassName
{
background-color: #C3D6E2;
}
.BgClassName
{
background-color: #C3D6E2;
}
</style>
border-color css
<style>
span { border-color: #C3D6E2; }
span { border-color: rgb(195,214,226); }
td.TdClassName
{
border-color: #C3D6E2;
}
.TagClassName
{
border-color: #C3D6E2;
}
</style>