Shades of Pattens Blue #C9DEED
Tints of Pattens Blue #C9DEED
RGB
CMYK
RGB Variations
Color information
#C9DEED (or 0xC9DEED) is known color: Pattens Blue. HEX triplet: C9, DE and ED. RGB value is (201,222,237). Sum of RGB (Red+Green+Blue) = 201+222+237=660 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.45% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9DEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DEED is #362112. Grayscale: #D9D9D9. Windows color (decimal): -3547411 or 15589065. OLE color: 15589065.
HSL color Cylindrical-coordinate representation of color #C9DEED: hue angle of 205º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9DEED is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 222 | 237 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.07 |
| HSL | 205º | 0.5% | 0.86% | - |
| HSV(B) | 205º | 0.15% | 0.93% | - |
| XYZ | 65.49 | 70.77 | 90.33 | - |
| YUV | 217.43 | 139.04 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 222 | 237 | 0.15 | 0.06 | 0 | 0.07 | 205 | 0.5 | 0.86 |
| Hex | C9 | DE | ED | F | 6 | 0 | 7 | CD | 32 | 56 |
| Octal | 311 | 336 | 355 | 17 | 6 | 0 | 7 | 315 | 62 | 126 |
| Binary | 11001001 | 11011110 | 11101101 | 1111 | 110 | 0 | 111 | 11001101 | 110010 | 1010110 |
Color Harmonies of #C9DEED
Complementary color
Monochromatic Colors of #C9DEED
Black with #C9DEED
Text Example
Text Example
White with #C9DEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DEED; }
p { color: rgb(201,222,237); }
H1.HeaderClassName
{
color: #C9DEED;
}
.AnyTagClassName
{
color: #C9DEED;
}
</style>
background-color css
<style>
a { background-color: #C9DEED; }
a { background-color: rgb(201,222,237); }
div.DivClassName
{
background-color: #C9DEED;
}
.BgClassName
{
background-color: #C9DEED;
}
</style>
border-color css
<style>
span { border-color: #C9DEED; }
span { border-color: rgb(201,222,237); }
td.TdClassName
{
border-color: #C9DEED;
}
.TagClassName
{
border-color: #C9DEED;
}
</style>