Shades of Pattens Blue #C9EFFC
Tints of Pattens Blue #C9EFFC
RGB
CMYK
RGB Variations
Color information
#C9EFFC (or 0xC9EFFC) is known color: Pattens Blue. HEX triplet: C9, EF and FC. RGB value is (201,239,252). Sum of RGB (Red+Green+Blue) = 201+239+252=692 (91% of max value = 765). Red value is 201 (78.91% from 255 or 29.05% from 692); Green value is 239 (93.75% from 255 or 34.54% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9EFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EFFC is #361003. Grayscale: #E5E5E5. Windows color (decimal): -3543044 or 16576457. OLE color: 16576457.
HSL color Cylindrical-coordinate representation of color #C9EFFC: hue angle of 195.29º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9EFFC is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 239 | 252 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.01 |
| HSL | 195.29º | 0.89% | 0.89% | - |
| HSV(B) | 195.29º | 0.2% | 0.99% | - |
| XYZ | 72.52 | 81.18 | 103.94 | - |
| YUV | 229.12 | 140.91 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 239 | 252 | 0.20 | 0.05 | 0 | 0.01 | 195.29 | 0.89 | 0.89 |
| Hex | C9 | EF | FC | 14 | 5 | 0 | 1 | C3 | 59 | 59 |
| Octal | 311 | 357 | 374 | 24 | 5 | 0 | 1 | 303 | 131 | 131 |
| Binary | 11001001 | 11101111 | 11111100 | 10100 | 101 | 0 | 1 | 11000011 | 1011001 | 1011001 |
Color Harmonies of #C9EFFC
Complementary color
Monochromatic Colors of #C9EFFC
Black with #C9EFFC
Text Example
Text Example
White with #C9EFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EFFC; }
p { color: rgb(201,239,252); }
H1.HeaderClassName
{
color: #C9EFFC;
}
.AnyTagClassName
{
color: #C9EFFC;
}
</style>
background-color css
<style>
a { background-color: #C9EFFC; }
a { background-color: rgb(201,239,252); }
div.DivClassName
{
background-color: #C9EFFC;
}
.BgClassName
{
background-color: #C9EFFC;
}
</style>
border-color css
<style>
span { border-color: #C9EFFC; }
span { border-color: rgb(201,239,252); }
td.TdClassName
{
border-color: #C9EFFC;
}
.TagClassName
{
border-color: #C9EFFC;
}
</style>