Shades of Pattens Blue #C6DEEB
Tints of Pattens Blue #C6DEEB
RGB
CMYK
RGB Variations
Color information
#C6DEEB (or 0xC6DEEB) is known color: Pattens Blue. HEX triplet: C6, DE and EB. RGB value is (198,222,235). Sum of RGB (Red+Green+Blue) = 198+222+235=655 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.23% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6DEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DEEB is #392114. Grayscale: #D8D8D8. Windows color (decimal): -3744021 or 15457990. OLE color: 15457990.
HSL color Cylindrical-coordinate representation of color #C6DEEB: hue angle of 201.08º 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 #C6DEEB is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 222 | 235 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.08 |
| HSL | 201.08º | 0.48% | 0.85% | - |
| HSV(B) | 201.08º | 0.16% | 0.92% | - |
| XYZ | 64.41 | 70.25 | 88.76 | - |
| YUV | 216.31 | 138.55 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 222 | 235 | 0.16 | 0.06 | 0 | 0.08 | 201.08 | 0.48 | 0.85 |
| Hex | C6 | DE | EB | 10 | 6 | 0 | 8 | C9 | 30 | 55 |
| Octal | 306 | 336 | 353 | 20 | 6 | 0 | 10 | 311 | 60 | 125 |
| Binary | 11000110 | 11011110 | 11101011 | 10000 | 110 | 0 | 1000 | 11001001 | 110000 | 1010101 |
Color Harmonies of #C6DEEB
Complementary color
Monochromatic Colors of #C6DEEB
Black with #C6DEEB
Text Example
Text Example
White with #C6DEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DEEB; }
p { color: rgb(198,222,235); }
H1.HeaderClassName
{
color: #C6DEEB;
}
.AnyTagClassName
{
color: #C6DEEB;
}
</style>
background-color css
<style>
a { background-color: #C6DEEB; }
a { background-color: rgb(198,222,235); }
div.DivClassName
{
background-color: #C6DEEB;
}
.BgClassName
{
background-color: #C6DEEB;
}
</style>
border-color css
<style>
span { border-color: #C6DEEB; }
span { border-color: rgb(198,222,235); }
td.TdClassName
{
border-color: #C6DEEB;
}
.TagClassName
{
border-color: #C6DEEB;
}
</style>