Shades of Pattens Blue #C9E2FB
Tints of Pattens Blue #C9E2FB
RGB
CMYK
RGB Variations
Color information
#C9E2FB (or 0xC9E2FB) is known color: Pattens Blue. HEX triplet: C9, E2 and FB. RGB value is (201,226,251). Sum of RGB (Red+Green+Blue) = 201+226+251=678 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.65% from 678); Green value is 226 (88.67% from 255 or 33.33% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 251 - color contains mainly: blue. Hex color #C9E2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9E2FB is #361D04. Grayscale: #DDDDDD. Windows color (decimal): -3546373 or 16507593. OLE color: 16507593.
HSL color Cylindrical-coordinate representation of color #C9E2FB: hue angle of 210º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9E2FB is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 226 | 251 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.02 |
| HSL | 210º | 0.86% | 0.89% | - |
| HSV(B) | 210º | 0.2% | 0.98% | - |
| XYZ | 68.7 | 73.78 | 101.89 | - |
| YUV | 221.38 | 144.72 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 226 | 251 | 0.20 | 0.10 | 0 | 0.02 | 210 | 0.86 | 0.89 |
| Hex | C9 | E2 | FB | 14 | A | 0 | 2 | D2 | 56 | 59 |
| Octal | 311 | 342 | 373 | 24 | 12 | 0 | 2 | 322 | 126 | 131 |
| Binary | 11001001 | 11100010 | 11111011 | 10100 | 1010 | 0 | 10 | 11010010 | 1010110 | 1011001 |
Color Harmonies of #C9E2FB
Complementary color
Monochromatic Colors of #C9E2FB
Black with #C9E2FB
Text Example
Text Example
White with #C9E2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E2FB; }
p { color: rgb(201,226,251); }
H1.HeaderClassName
{
color: #C9E2FB;
}
.AnyTagClassName
{
color: #C9E2FB;
}
</style>
background-color css
<style>
a { background-color: #C9E2FB; }
a { background-color: rgb(201,226,251); }
div.DivClassName
{
background-color: #C9E2FB;
}
.BgClassName
{
background-color: #C9E2FB;
}
</style>
border-color css
<style>
span { border-color: #C9E2FB; }
span { border-color: rgb(201,226,251); }
td.TdClassName
{
border-color: #C9E2FB;
}
.TagClassName
{
border-color: #C9E2FB;
}
</style>