Shades of Pattens Blue #C9DBEC
Tints of Pattens Blue #C9DBEC
RGB
CMYK
RGB Variations
Color information
#C9DBEC (or 0xC9DBEC) is known color: Pattens Blue. HEX triplet: C9, DB and EC. RGB value is (201,219,236). Sum of RGB (Red+Green+Blue) = 201+219+236=656 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.64% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #C9DBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DBEC is #362413. Grayscale: #D7D7D7. Windows color (decimal): -3548180 or 15522761. OLE color: 15522761.
HSL color Cylindrical-coordinate representation of color #C9DBEC: hue angle of 209.14º degrees, saturation: 0.48, 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 #C9DBEC is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 201 | 219 | 236 | - |
CMYK | 0.15 | 0.07 | 0 | 0.07 |
HSL | 209.14º | 0.48% | 0.86% | - |
HSV(B) | 209.14º | 0.15% | 0.93% | - |
XYZ | 64.56 | 69.14 | 89.3 | - |
YUV | 215.56 | 139.54 | 117.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 219 | 236 | 0.15 | 0.07 | 0 | 0.07 | 209.14 | 0.48 | 0.86 |
Hex | C9 | DB | EC | F | 7 | 0 | 7 | D1 | 30 | 56 |
Octal | 311 | 333 | 354 | 17 | 7 | 0 | 7 | 321 | 60 | 126 |
Binary | 11001001 | 11011011 | 11101100 | 1111 | 111 | 0 | 111 | 11010001 | 110000 | 1010110 |
Color Harmonies of #C9DBEC
Complementary color
Monochromatic Colors of #C9DBEC
Black with #C9DBEC
Text Example
Text Example
White with #C9DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DBEC; }
p { color: rgb(201,219,236); }
H1.HeaderClassName
{
color: #C9DBEC;
}
.AnyTagClassName
{
color: #C9DBEC;
}
</style>
background-color css
<style>
a { background-color: #C9DBEC; }
a { background-color: rgb(201,219,236); }
div.DivClassName
{
background-color: #C9DBEC;
}
.BgClassName
{
background-color: #C9DBEC;
}
</style>
border-color css
<style>
span { border-color: #C9DBEC; }
span { border-color: rgb(201,219,236); }
td.TdClassName
{
border-color: #C9DBEC;
}
.TagClassName
{
border-color: #C9DBEC;
}
</style>