Shades of Pattens Blue #C5D7E6
Tints of Pattens Blue #C5D7E6
RGB
CMYK
RGB Variations
Color information
#C5D7E6 (or 0xC5D7E6) is known color: Pattens Blue. HEX triplet: C5, D7 and E6. RGB value is (197,215,230). Sum of RGB (Red+Green+Blue) = 197+215+230=642 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.69% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 230 (90.23% from 255 or 35.83% from 642); Max value from RGB is 230 - color contains mainly: blue. Hex color #C5D7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D7E6 is #3A2819. Grayscale: #D3D3D3. Windows color (decimal): -3811354 or 15128517. OLE color: 15128517.
HSL color Cylindrical-coordinate representation of color #C5D7E6: hue angle of 207.27º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5D7E6 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 197 | 215 | 230 | - |
CMYK | 0.14 | 0.07 | 0 | 0.10 |
HSL | 207.27º | 0.4% | 0.84% | - |
HSV(B) | 207.27º | 0.14% | 0.9% | - |
XYZ | 61.61 | 66.18 | 84.39 | - |
YUV | 211.33 | 138.54 | 117.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 215 | 230 | 0.14 | 0.07 | 0 | 0.10 | 207.27 | 0.4 | 0.84 |
Hex | C5 | D7 | E6 | E | 7 | 0 | A | CF | 28 | 54 |
Octal | 305 | 327 | 346 | 16 | 7 | 0 | 12 | 317 | 50 | 124 |
Binary | 11000101 | 11010111 | 11100110 | 1110 | 111 | 0 | 1010 | 11001111 | 101000 | 1010100 |
Color Harmonies of #C5D7E6
Complementary color
Monochromatic Colors of #C5D7E6
Black with #C5D7E6
Text Example
Text Example
White with #C5D7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D7E6; }
p { color: rgb(197,215,230); }
H1.HeaderClassName
{
color: #C5D7E6;
}
.AnyTagClassName
{
color: #C5D7E6;
}
</style>
background-color css
<style>
a { background-color: #C5D7E6; }
a { background-color: rgb(197,215,230); }
div.DivClassName
{
background-color: #C5D7E6;
}
.BgClassName
{
background-color: #C5D7E6;
}
</style>
border-color css
<style>
span { border-color: #C5D7E6; }
span { border-color: rgb(197,215,230); }
td.TdClassName
{
border-color: #C5D7E6;
}
.TagClassName
{
border-color: #C5D7E6;
}
</style>