Shades of Pattens Blue #C6DBED
Tints of Pattens Blue #C6DBED
RGB
CMYK
RGB Variations
Color information
#C6DBED (or 0xC6DBED) is known color: Pattens Blue. HEX triplet: C6, DB and ED. RGB value is (198,219,237). Sum of RGB (Red+Green+Blue) = 198+219+237=654 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.28% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DBED is #392412. Grayscale: #D6D6D6. Windows color (decimal): -3744787 or 15588294. OLE color: 15588294.
HSL color Cylindrical-coordinate representation of color #C6DBED: hue angle of 207.69º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6DBED is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 219 | 237 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.07 |
| HSL | 207.69º | 0.52% | 0.85% | - |
| HSV(B) | 207.69º | 0.16% | 0.93% | - |
| XYZ | 63.91 | 68.78 | 90.03 | - |
| YUV | 214.77 | 140.54 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 219 | 237 | 0.16 | 0.08 | 0 | 0.07 | 207.69 | 0.52 | 0.85 |
| Hex | C6 | DB | ED | 10 | 8 | 0 | 7 | D0 | 34 | 55 |
| Octal | 306 | 333 | 355 | 20 | 10 | 0 | 7 | 320 | 64 | 125 |
| Binary | 11000110 | 11011011 | 11101101 | 10000 | 1000 | 0 | 111 | 11010000 | 110100 | 1010101 |
Color Harmonies of #C6DBED
Complementary color
Monochromatic Colors of #C6DBED
Black with #C6DBED
Text Example
Text Example
White with #C6DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DBED; }
p { color: rgb(198,219,237); }
H1.HeaderClassName
{
color: #C6DBED;
}
.AnyTagClassName
{
color: #C6DBED;
}
</style>
background-color css
<style>
a { background-color: #C6DBED; }
a { background-color: rgb(198,219,237); }
div.DivClassName
{
background-color: #C6DBED;
}
.BgClassName
{
background-color: #C6DBED;
}
</style>
border-color css
<style>
span { border-color: #C6DBED; }
span { border-color: rgb(198,219,237); }
td.TdClassName
{
border-color: #C6DBED;
}
.TagClassName
{
border-color: #C6DBED;
}
</style>