Shades of Pattens Blue #C9E0F3
Tints of Pattens Blue #C9E0F3
RGB
CMYK
RGB Variations
Color information
#C9E0F3 (or 0xC9E0F3) is known color: Pattens Blue. HEX triplet: C9, E0 and F3. RGB value is (201,224,243). Sum of RGB (Red+Green+Blue) = 201+224+243=668 (88% of max value = 765). Red value is 201 (78.91% from 255 or 30.09% from 668); Green value is 224 (87.89% from 255 or 33.53% from 668); Blue value is 243 (95.31% from 255 or 36.38% from 668); Max value from RGB is 243 - color contains mainly: blue. Hex color #C9E0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9E0F3 is #361F0C. Grayscale: #DBDBDB. Windows color (decimal): -3546893 or 15982793. OLE color: 15982793.
HSL color Cylindrical-coordinate representation of color #C9E0F3: hue angle of 207.14º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9E0F3 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 224 | 243 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.05 |
| HSL | 207.14º | 0.64% | 0.87% | - |
| HSV(B) | 207.14º | 0.17% | 0.95% | - |
| XYZ | 66.92 | 72.2 | 95.2 | - |
| YUV | 219.29 | 141.38 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 224 | 243 | 0.17 | 0.08 | 0 | 0.05 | 207.14 | 0.64 | 0.87 |
| Hex | C9 | E0 | F3 | 11 | 8 | 0 | 5 | CF | 40 | 57 |
| Octal | 311 | 340 | 363 | 21 | 10 | 0 | 5 | 317 | 100 | 127 |
| Binary | 11001001 | 11100000 | 11110011 | 10001 | 1000 | 0 | 101 | 11001111 | 1000000 | 1010111 |
Color Harmonies of #C9E0F3
Complementary color
Monochromatic Colors of #C9E0F3
Black with #C9E0F3
Text Example
Text Example
White with #C9E0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E0F3; }
p { color: rgb(201,224,243); }
H1.HeaderClassName
{
color: #C9E0F3;
}
.AnyTagClassName
{
color: #C9E0F3;
}
</style>
background-color css
<style>
a { background-color: #C9E0F3; }
a { background-color: rgb(201,224,243); }
div.DivClassName
{
background-color: #C9E0F3;
}
.BgClassName
{
background-color: #C9E0F3;
}
</style>
border-color css
<style>
span { border-color: #C9E0F3; }
span { border-color: rgb(201,224,243); }
td.TdClassName
{
border-color: #C9E0F3;
}
.TagClassName
{
border-color: #C9E0F3;
}
</style>