Shades of Light Blue #C3D5DF
Tints of Light Blue #C3D5DF
RGB
CMYK
RGB Variations
Color information
#C3D5DF (or 0xC3D5DF) is known color: Light Blue. HEX triplet: C3, D5 and DF. RGB value is (195,213,223). Sum of RGB (Red+Green+Blue) = 195+213+223=631 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.90% from 631); Green value is 213 (83.59% from 255 or 33.76% 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 #C3D5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D5DF is #3C2A20. Grayscale: #D0D0D0. Windows color (decimal): -3942945 or 14669251. OLE color: 14669251.
HSL color Cylindrical-coordinate representation of color #C3D5DF: hue angle of 201.43º degrees, saturation: 0.3, 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 #C3D5DF is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 213 | 223 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.13 |
| HSL | 201.43º | 0.3% | 0.82% | - |
| HSV(B) | 201.43º | 0.13% | 0.87% | - |
| XYZ | 59.62 | 64.52 | 79.12 | - |
| YUV | 208.76 | 136.04 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 213 | 223 | 0.13 | 0.04 | 0 | 0.13 | 201.43 | 0.3 | 0.82 |
| Hex | C3 | D5 | DF | D | 4 | 0 | D | C9 | 1E | 52 |
| Octal | 303 | 325 | 337 | 15 | 4 | 0 | 15 | 311 | 36 | 122 |
| Binary | 11000011 | 11010101 | 11011111 | 1101 | 100 | 0 | 1101 | 11001001 | 11110 | 1010010 |
Color Harmonies of #C3D5DF
Complementary color
Monochromatic Colors of #C3D5DF
Black with #C3D5DF
Text Example
Text Example
White with #C3D5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D5DF; }
p { color: rgb(195,213,223); }
H1.HeaderClassName
{
color: #C3D5DF;
}
.AnyTagClassName
{
color: #C3D5DF;
}
</style>
background-color css
<style>
a { background-color: #C3D5DF; }
a { background-color: rgb(195,213,223); }
div.DivClassName
{
background-color: #C3D5DF;
}
.BgClassName
{
background-color: #C3D5DF;
}
</style>
border-color css
<style>
span { border-color: #C3D5DF; }
span { border-color: rgb(195,213,223); }
td.TdClassName
{
border-color: #C3D5DF;
}
.TagClassName
{
border-color: #C3D5DF;
}
</style>