Shades of Pattens Blue #C9DEEB
Tints of Pattens Blue #C9DEEB
RGB
CMYK
RGB Variations
Color information
#C9DEEB (or 0xC9DEEB) is known color: Pattens Blue. HEX triplet: C9, DE and EB. RGB value is (201,222,235). Sum of RGB (Red+Green+Blue) = 201+222+235=658 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.55% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9DEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DEEB is #362114. Grayscale: #D9D9D9. Windows color (decimal): -3547413 or 15457993. OLE color: 15457993.
HSL color Cylindrical-coordinate representation of color #C9DEEB: hue angle of 202.94º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9DEEB is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 222 | 235 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.08 |
| HSL | 202.94º | 0.46% | 0.85% | - |
| HSV(B) | 202.94º | 0.14% | 0.92% | - |
| XYZ | 65.2 | 70.66 | 88.8 | - |
| YUV | 217.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 222 | 235 | 0.14 | 0.06 | 0 | 0.08 | 202.94 | 0.46 | 0.85 |
| Hex | C9 | DE | EB | E | 6 | 0 | 8 | CB | 2E | 55 |
| Octal | 311 | 336 | 353 | 16 | 6 | 0 | 10 | 313 | 56 | 125 |
| Binary | 11001001 | 11011110 | 11101011 | 1110 | 110 | 0 | 1000 | 11001011 | 101110 | 1010101 |
Color Harmonies of #C9DEEB
Complementary color
Monochromatic Colors of #C9DEEB
Black with #C9DEEB
Text Example
Text Example
White with #C9DEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DEEB; }
p { color: rgb(201,222,235); }
H1.HeaderClassName
{
color: #C9DEEB;
}
.AnyTagClassName
{
color: #C9DEEB;
}
</style>
background-color css
<style>
a { background-color: #C9DEEB; }
a { background-color: rgb(201,222,235); }
div.DivClassName
{
background-color: #C9DEEB;
}
.BgClassName
{
background-color: #C9DEEB;
}
</style>
border-color css
<style>
span { border-color: #C9DEEB; }
span { border-color: rgb(201,222,235); }
td.TdClassName
{
border-color: #C9DEEB;
}
.TagClassName
{
border-color: #C9DEEB;
}
</style>