Shades of Pattens Blue #C6E2EE
Tints of Pattens Blue #C6E2EE
RGB
CMYK
RGB Variations
Color information
#C6E2EE (or 0xC6E2EE) is known color: Pattens Blue. HEX triplet: C6, E2 and EE. RGB value is (198,226,238). Sum of RGB (Red+Green+Blue) = 198+226+238=662 (87% of max value = 765). Red value is 198 (77.73% from 255 or 29.91% from 662); Green value is 226 (88.67% from 255 or 34.14% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 238 - color contains mainly: blue. Hex color #C6E2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6E2EE is #391D11. Grayscale: #DADADA. Windows color (decimal): -3742994 or 15655622. OLE color: 15655622.
HSL color Cylindrical-coordinate representation of color #C6E2EE: hue angle of 198º 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 #C6E2EE is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 226 | 238 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.07 |
| HSL | 198º | 0.54% | 0.85% | - |
| HSV(B) | 198º | 0.17% | 0.93% | - |
| XYZ | 65.92 | 72.57 | 91.42 | - |
| YUV | 219 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 226 | 238 | 0.17 | 0.05 | 0 | 0.07 | 198 | 0.54 | 0.85 |
| Hex | C6 | E2 | EE | 11 | 5 | 0 | 7 | C6 | 36 | 55 |
| Octal | 306 | 342 | 356 | 21 | 5 | 0 | 7 | 306 | 66 | 125 |
| Binary | 11000110 | 11100010 | 11101110 | 10001 | 101 | 0 | 111 | 11000110 | 110110 | 1010101 |
Color Harmonies of #C6E2EE
Complementary color
Monochromatic Colors of #C6E2EE
Black with #C6E2EE
Text Example
Text Example
White with #C6E2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E2EE; }
p { color: rgb(198,226,238); }
H1.HeaderClassName
{
color: #C6E2EE;
}
.AnyTagClassName
{
color: #C6E2EE;
}
</style>
background-color css
<style>
a { background-color: #C6E2EE; }
a { background-color: rgb(198,226,238); }
div.DivClassName
{
background-color: #C6E2EE;
}
.BgClassName
{
background-color: #C6E2EE;
}
</style>
border-color css
<style>
span { border-color: #C6E2EE; }
span { border-color: rgb(198,226,238); }
td.TdClassName
{
border-color: #C6E2EE;
}
.TagClassName
{
border-color: #C6E2EE;
}
</style>