Shades of Pattens Blue #C9EFFF
Tints of Pattens Blue #C9EFFF
RGB
CMYK
RGB Variations
Color information
#C9EFFF (or 0xC9EFFF) is known color: Pattens Blue. HEX triplet: C9, EF and FF. RGB value is (201,239,255). Sum of RGB (Red+Green+Blue) = 201+239+255=695 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.92% from 695); Green value is 239 (93.75% from 255 or 34.39% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9EFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EFFF is #361000. Grayscale: #E5E5E5. Windows color (decimal): -3543041 or 16773065. OLE color: 16773065.
HSL color Cylindrical-coordinate representation of color #C9EFFF: hue angle of 197.78º 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 #C9EFFF is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 239 | 255 | - |
| CMYK | 0.21 | 0.06 | 0 | 0 |
| HSL | 197.78º | 1% | 0.89% | - |
| HSV(B) | 197.78º | 0.21% | 1% | - |
| XYZ | 73 | 81.37 | 106.47 | - |
| YUV | 229.46 | 142.41 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 239 | 255 | 0.21 | 0.06 | 0 | 0 | 197.78 | 1 | 0.89 |
| Hex | C9 | EF | FF | 15 | 6 | 0 | 0 | C6 | 64 | 59 |
| Octal | 311 | 357 | 377 | 25 | 6 | 0 | 0 | 306 | 144 | 131 |
| Binary | 11001001 | 11101111 | 11111111 | 10101 | 110 | 0 | 0 | 11000110 | 1100100 | 1011001 |
Color Harmonies of #C9EFFF
Complementary color
Monochromatic Colors of #C9EFFF
Black with #C9EFFF
Text Example
Text Example
White with #C9EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EFFF; }
p { color: rgb(201,239,255); }
H1.HeaderClassName
{
color: #C9EFFF;
}
.AnyTagClassName
{
color: #C9EFFF;
}
</style>
background-color css
<style>
a { background-color: #C9EFFF; }
a { background-color: rgb(201,239,255); }
div.DivClassName
{
background-color: #C9EFFF;
}
.BgClassName
{
background-color: #C9EFFF;
}
</style>
border-color css
<style>
span { border-color: #C9EFFF; }
span { border-color: rgb(201,239,255); }
td.TdClassName
{
border-color: #C9EFFF;
}
.TagClassName
{
border-color: #C9EFFF;
}
</style>