Shades of Pattens Blue #C5DBE6
Tints of Pattens Blue #C5DBE6
RGB
CMYK
RGB Variations
Color information
#C5DBE6 (or 0xC5DBE6) is known color: Pattens Blue. HEX triplet: C5, DB and E6. RGB value is (197,219,230). Sum of RGB (Red+Green+Blue) = 197+219+230=646 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.50% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 230 (90.23% from 255 or 35.60% from 646); Max value from RGB is 230 - color contains mainly: blue. Hex color #C5DBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DBE6 is #3A2419. Grayscale: #D5D5D5. Windows color (decimal): -3810330 or 15129541. OLE color: 15129541.
HSL color Cylindrical-coordinate representation of color #C5DBE6: hue angle of 200º 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 #C5DBE6 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 197 | 219 | 230 | - |
CMYK | 0.14 | 0.05 | 0 | 0.10 |
HSL | 200º | 0.4% | 0.84% | - |
HSV(B) | 200º | 0.14% | 0.9% | - |
XYZ | 62.64 | 68.25 | 84.73 | - |
YUV | 213.68 | 137.21 | 116.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 219 | 230 | 0.14 | 0.05 | 0 | 0.10 | 200 | 0.4 | 0.84 |
Hex | C5 | DB | E6 | E | 5 | 0 | A | C8 | 28 | 54 |
Octal | 305 | 333 | 346 | 16 | 5 | 0 | 12 | 310 | 50 | 124 |
Binary | 11000101 | 11011011 | 11100110 | 1110 | 101 | 0 | 1010 | 11001000 | 101000 | 1010100 |
Color Harmonies of #C5DBE6
Complementary color
Monochromatic Colors of #C5DBE6
Black with #C5DBE6
Text Example
Text Example
White with #C5DBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DBE6; }
p { color: rgb(197,219,230); }
H1.HeaderClassName
{
color: #C5DBE6;
}
.AnyTagClassName
{
color: #C5DBE6;
}
</style>
background-color css
<style>
a { background-color: #C5DBE6; }
a { background-color: rgb(197,219,230); }
div.DivClassName
{
background-color: #C5DBE6;
}
.BgClassName
{
background-color: #C5DBE6;
}
</style>
border-color css
<style>
span { border-color: #C5DBE6; }
span { border-color: rgb(197,219,230); }
td.TdClassName
{
border-color: #C5DBE6;
}
.TagClassName
{
border-color: #C5DBE6;
}
</style>