Shades of Pattens Blue #C9EEFF
Tints of Pattens Blue #C9EEFF
RGB
CMYK
RGB Variations
Color information
#C9EEFF (or 0xC9EEFF) is known color: Pattens Blue. HEX triplet: C9, EE and FF. RGB value is (201,238,255). Sum of RGB (Red+Green+Blue) = 201+238+255=694 (91% of max value = 765). Red value is 201 (78.91% from 255 or 28.96% from 694); Green value is 238 (93.36% from 255 or 34.29% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EEFF is #361100. Grayscale: #E4E4E4. Windows color (decimal): -3543297 or 16772809. OLE color: 16772809.
HSL color Cylindrical-coordinate representation of color #C9EEFF: hue angle of 198.89º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9EEFF is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 238 | 255 | - |
| CMYK | 0.21 | 0.07 | 0 | 0 |
| HSL | 198.89º | 1% | 0.89% | - |
| HSV(B) | 198.89º | 0.21% | 1% | - |
| XYZ | 72.71 | 80.79 | 106.37 | - |
| YUV | 228.88 | 142.74 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 238 | 255 | 0.21 | 0.07 | 0 | 0 | 198.89 | 1 | 0.89 |
| Hex | C9 | EE | FF | 15 | 7 | 0 | 0 | C7 | 64 | 59 |
| Octal | 311 | 356 | 377 | 25 | 7 | 0 | 0 | 307 | 144 | 131 |
| Binary | 11001001 | 11101110 | 11111111 | 10101 | 111 | 0 | 0 | 11000111 | 1100100 | 1011001 |
Color Harmonies of #C9EEFF
Complementary color
Monochromatic Colors of #C9EEFF
Black with #C9EEFF
Text Example
Text Example
White with #C9EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EEFF; }
p { color: rgb(201,238,255); }
H1.HeaderClassName
{
color: #C9EEFF;
}
.AnyTagClassName
{
color: #C9EEFF;
}
</style>
background-color css
<style>
a { background-color: #C9EEFF; }
a { background-color: rgb(201,238,255); }
div.DivClassName
{
background-color: #C9EEFF;
}
.BgClassName
{
background-color: #C9EEFF;
}
</style>
border-color css
<style>
span { border-color: #C9EEFF; }
span { border-color: rgb(201,238,255); }
td.TdClassName
{
border-color: #C9EEFF;
}
.TagClassName
{
border-color: #C9EEFF;
}
</style>