Shades of Pattens Blue #C9E8FA
Tints of Pattens Blue #C9E8FA
RGB
CMYK
RGB Variations
Color information
#C9E8FA (or 0xC9E8FA) is known color: Pattens Blue. HEX triplet: C9, E8 and FA. RGB value is (201,232,250). Sum of RGB (Red+Green+Blue) = 201+232+250=683 (90% of max value = 765). Red value is 201 (78.91% from 255 or 29.43% from 683); Green value is 232 (91.02% from 255 or 33.97% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #C9E8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9E8FA is #361705. Grayscale: #E0E0E0. Windows color (decimal): -3544838 or 16443593. OLE color: 16443593.
HSL color Cylindrical-coordinate representation of color #C9E8FA: hue angle of 202.04º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9E8FA is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 232 | 250 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.02 |
| HSL | 202.04º | 0.83% | 0.88% | - |
| HSV(B) | 202.04º | 0.2% | 0.98% | - |
| XYZ | 70.2 | 77.03 | 101.61 | - |
| YUV | 224.78 | 142.23 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 232 | 250 | 0.20 | 0.07 | 0 | 0.02 | 202.04 | 0.83 | 0.88 |
| Hex | C9 | E8 | FA | 14 | 7 | 0 | 2 | CA | 53 | 58 |
| Octal | 311 | 350 | 372 | 24 | 7 | 0 | 2 | 312 | 123 | 130 |
| Binary | 11001001 | 11101000 | 11111010 | 10100 | 111 | 0 | 10 | 11001010 | 1010011 | 1011000 |
Color Harmonies of #C9E8FA
Complementary color
Monochromatic Colors of #C9E8FA
Black with #C9E8FA
Text Example
Text Example
White with #C9E8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E8FA; }
p { color: rgb(201,232,250); }
H1.HeaderClassName
{
color: #C9E8FA;
}
.AnyTagClassName
{
color: #C9E8FA;
}
</style>
background-color css
<style>
a { background-color: #C9E8FA; }
a { background-color: rgb(201,232,250); }
div.DivClassName
{
background-color: #C9E8FA;
}
.BgClassName
{
background-color: #C9E8FA;
}
</style>
border-color css
<style>
span { border-color: #C9E8FA; }
span { border-color: rgb(201,232,250); }
td.TdClassName
{
border-color: #C9E8FA;
}
.TagClassName
{
border-color: #C9E8FA;
}
</style>