Shades of Pattens Blue #C9E3FD
Tints of Pattens Blue #C9E3FD
RGB
CMYK
RGB Variations
Color information
#C9E3FD (or 0xC9E3FD) is known color: Pattens Blue. HEX triplet: C9, E3 and FD. RGB value is (201,227,253). Sum of RGB (Red+Green+Blue) = 201+227+253=681 (90% of max value = 765). Red value is 201 (78.91% from 255 or 29.52% from 681); Green value is 227 (89.06% from 255 or 33.33% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9E3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9E3FD is #361C02. Grayscale: #DEDEDE. Windows color (decimal): -3546115 or 16638921. OLE color: 16638921.
HSL color Cylindrical-coordinate representation of color #C9E3FD: hue angle of 210º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9E3FD is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 227 | 253 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.01 |
| HSL | 210º | 0.93% | 0.89% | - |
| HSV(B) | 210º | 0.21% | 0.99% | - |
| XYZ | 69.29 | 74.45 | 103.65 | - |
| YUV | 222.19 | 145.39 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 227 | 253 | 0.21 | 0.10 | 0 | 0.01 | 210 | 0.93 | 0.89 |
| Hex | C9 | E3 | FD | 15 | A | 0 | 1 | D2 | 5D | 59 |
| Octal | 311 | 343 | 375 | 25 | 12 | 0 | 1 | 322 | 135 | 131 |
| Binary | 11001001 | 11100011 | 11111101 | 10101 | 1010 | 0 | 1 | 11010010 | 1011101 | 1011001 |
Color Harmonies of #C9E3FD
Complementary color
Monochromatic Colors of #C9E3FD
Black with #C9E3FD
Text Example
Text Example
White with #C9E3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E3FD; }
p { color: rgb(201,227,253); }
H1.HeaderClassName
{
color: #C9E3FD;
}
.AnyTagClassName
{
color: #C9E3FD;
}
</style>
background-color css
<style>
a { background-color: #C9E3FD; }
a { background-color: rgb(201,227,253); }
div.DivClassName
{
background-color: #C9E3FD;
}
.BgClassName
{
background-color: #C9E3FD;
}
</style>
border-color css
<style>
span { border-color: #C9E3FD; }
span { border-color: rgb(201,227,253); }
td.TdClassName
{
border-color: #C9E3FD;
}
.TagClassName
{
border-color: #C9E3FD;
}
</style>