Shades of Pattens Blue #C6DBEB
Tints of Pattens Blue #C6DBEB
RGB
CMYK
RGB Variations
Color information
#C6DBEB (or 0xC6DBEB) is known color: Pattens Blue. HEX triplet: C6, DB and EB. RGB value is (198,219,235). Sum of RGB (Red+Green+Blue) = 198+219+235=652 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.37% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DBEB is #392414. Grayscale: #D6D6D6. Windows color (decimal): -3744789 or 15457222. OLE color: 15457222.
HSL color Cylindrical-coordinate representation of color #C6DBEB: hue angle of 205.95º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6DBEB is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 219 | 235 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.08 |
| HSL | 205.95º | 0.48% | 0.85% | - |
| HSV(B) | 205.95º | 0.16% | 0.92% | - |
| XYZ | 63.62 | 68.67 | 88.5 | - |
| YUV | 214.55 | 139.54 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 219 | 235 | 0.16 | 0.07 | 0 | 0.08 | 205.95 | 0.48 | 0.85 |
| Hex | C6 | DB | EB | 10 | 7 | 0 | 8 | CE | 30 | 55 |
| Octal | 306 | 333 | 353 | 20 | 7 | 0 | 10 | 316 | 60 | 125 |
| Binary | 11000110 | 11011011 | 11101011 | 10000 | 111 | 0 | 1000 | 11001110 | 110000 | 1010101 |
Color Harmonies of #C6DBEB
Complementary color
Monochromatic Colors of #C6DBEB
Black with #C6DBEB
Text Example
Text Example
White with #C6DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DBEB; }
p { color: rgb(198,219,235); }
H1.HeaderClassName
{
color: #C6DBEB;
}
.AnyTagClassName
{
color: #C6DBEB;
}
</style>
background-color css
<style>
a { background-color: #C6DBEB; }
a { background-color: rgb(198,219,235); }
div.DivClassName
{
background-color: #C6DBEB;
}
.BgClassName
{
background-color: #C6DBEB;
}
</style>
border-color css
<style>
span { border-color: #C6DBEB; }
span { border-color: rgb(198,219,235); }
td.TdClassName
{
border-color: #C6DBEB;
}
.TagClassName
{
border-color: #C6DBEB;
}
</style>