Shades of Pattens Blue #C6DCEE
Tints of Pattens Blue #C6DCEE
RGB
CMYK
RGB Variations
Color information
#C6DCEE (or 0xC6DCEE) is known color: Pattens Blue. HEX triplet: C6, DC and EE. RGB value is (198,220,238). Sum of RGB (Red+Green+Blue) = 198+220+238=656 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.18% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #C6DCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DCEE is #392311. Grayscale: #D7D7D7. Windows color (decimal): -3744530 or 15654086. OLE color: 15654086.
HSL color Cylindrical-coordinate representation of color #C6DCEE: hue angle of 207º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6DCEE is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 220 | 238 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.07 |
| HSL | 207º | 0.54% | 0.85% | - |
| HSV(B) | 207º | 0.17% | 0.93% | - |
| XYZ | 64.31 | 69.37 | 90.89 | - |
| YUV | 215.47 | 140.71 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 238 | 0.17 | 0.08 | 0 | 0.07 | 207 | 0.54 | 0.85 |
| Hex | C6 | DC | EE | 11 | 8 | 0 | 7 | CF | 36 | 55 |
| Octal | 306 | 334 | 356 | 21 | 10 | 0 | 7 | 317 | 66 | 125 |
| Binary | 11000110 | 11011100 | 11101110 | 10001 | 1000 | 0 | 111 | 11001111 | 110110 | 1010101 |
Color Harmonies of #C6DCEE
Complementary color
Monochromatic Colors of #C6DCEE
Black with #C6DCEE
Text Example
Text Example
White with #C6DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DCEE; }
p { color: rgb(198,220,238); }
H1.HeaderClassName
{
color: #C6DCEE;
}
.AnyTagClassName
{
color: #C6DCEE;
}
</style>
background-color css
<style>
a { background-color: #C6DCEE; }
a { background-color: rgb(198,220,238); }
div.DivClassName
{
background-color: #C6DCEE;
}
.BgClassName
{
background-color: #C6DCEE;
}
</style>
border-color css
<style>
span { border-color: #C6DCEE; }
span { border-color: rgb(198,220,238); }
td.TdClassName
{
border-color: #C6DCEE;
}
.TagClassName
{
border-color: #C6DCEE;
}
</style>