Shades of Pattens Blue #C6DCEF
Tints of Pattens Blue #C6DCEF
RGB
CMYK
RGB Variations
Color information
#C6DCEF (or 0xC6DCEF) is known color: Pattens Blue. HEX triplet: C6, DC and EF. RGB value is (198,220,239). Sum of RGB (Red+Green+Blue) = 198+220+239=657 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30.14% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #C6DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DCEF is #392310. Grayscale: #D7D7D7. Windows color (decimal): -3744529 or 15719622. OLE color: 15719622.
HSL color Cylindrical-coordinate representation of color #C6DCEF: hue angle of 207.8º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6DCEF is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 220 | 239 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.06 |
| HSL | 207.8º | 0.56% | 0.86% | - |
| HSV(B) | 207.8º | 0.17% | 0.94% | - |
| XYZ | 64.46 | 69.42 | 91.66 | - |
| YUV | 215.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 239 | 0.17 | 0.08 | 0 | 0.06 | 207.8 | 0.56 | 0.86 |
| Hex | C6 | DC | EF | 11 | 8 | 0 | 6 | D0 | 38 | 56 |
| Octal | 306 | 334 | 357 | 21 | 10 | 0 | 6 | 320 | 70 | 126 |
| Binary | 11000110 | 11011100 | 11101111 | 10001 | 1000 | 0 | 110 | 11010000 | 111000 | 1010110 |
Color Harmonies of #C6DCEF
Complementary color
Monochromatic Colors of #C6DCEF
Black with #C6DCEF
Text Example
Text Example
White with #C6DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DCEF; }
p { color: rgb(198,220,239); }
H1.HeaderClassName
{
color: #C6DCEF;
}
.AnyTagClassName
{
color: #C6DCEF;
}
</style>
background-color css
<style>
a { background-color: #C6DCEF; }
a { background-color: rgb(198,220,239); }
div.DivClassName
{
background-color: #C6DCEF;
}
.BgClassName
{
background-color: #C6DCEF;
}
</style>
border-color css
<style>
span { border-color: #C6DCEF; }
span { border-color: rgb(198,220,239); }
td.TdClassName
{
border-color: #C6DCEF;
}
.TagClassName
{
border-color: #C6DCEF;
}
</style>