Shades of Pattens Blue #C9EFFD
Tints of Pattens Blue #C9EFFD
RGB
CMYK
RGB Variations
Color information
#C9EFFD (or 0xC9EFFD) is known color: Pattens Blue. HEX triplet: C9, EF and FD. RGB value is (201,239,253). Sum of RGB (Red+Green+Blue) = 201+239+253=693 (91% of max value = 765). Red value is 201 (78.91% from 255 or 29.00% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9EFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EFFD is #361002. Grayscale: #E5E5E5. Windows color (decimal): -3543043 or 16641993. OLE color: 16641993.
HSL color Cylindrical-coordinate representation of color #C9EFFD: hue angle of 196.15º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9EFFD is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 201 | 239 | 253 | - |
CMYK | 0.21 | 0.06 | 0 | 0.01 |
HSL | 196.15º | 0.93% | 0.89% | - |
HSV(B) | 196.15º | 0.21% | 0.99% | - |
XYZ | 72.68 | 81.24 | 104.78 | - |
YUV | 229.23 | 141.41 | 107.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 239 | 253 | 0.21 | 0.06 | 0 | 0.01 | 196.15 | 0.93 | 0.89 |
Hex | C9 | EF | FD | 15 | 6 | 0 | 1 | C4 | 5D | 59 |
Octal | 311 | 357 | 375 | 25 | 6 | 0 | 1 | 304 | 135 | 131 |
Binary | 11001001 | 11101111 | 11111101 | 10101 | 110 | 0 | 1 | 11000100 | 1011101 | 1011001 |
Color Harmonies of #C9EFFD
Complementary color
Monochromatic Colors of #C9EFFD
Black with #C9EFFD
Text Example
Text Example
White with #C9EFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EFFD; }
p { color: rgb(201,239,253); }
H1.HeaderClassName
{
color: #C9EFFD;
}
.AnyTagClassName
{
color: #C9EFFD;
}
</style>
background-color css
<style>
a { background-color: #C9EFFD; }
a { background-color: rgb(201,239,253); }
div.DivClassName
{
background-color: #C9EFFD;
}
.BgClassName
{
background-color: #C9EFFD;
}
</style>
border-color css
<style>
span { border-color: #C9EFFD; }
span { border-color: rgb(201,239,253); }
td.TdClassName
{
border-color: #C9EFFD;
}
.TagClassName
{
border-color: #C9EFFD;
}
</style>