Shades of Pattens Blue #C5E6FF
Tints of Pattens Blue #C5E6FF
RGB
CMYK
RGB Variations
Color information
#C5E6FF (or 0xC5E6FF) is known color: Pattens Blue. HEX triplet: C5, E6 and FF. RGB value is (197,230,255). Sum of RGB (Red+Green+Blue) = 197+230+255=682 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.89% from 682); Green value is 230 (90.23% from 255 or 33.72% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5E6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5E6FF is #3A1900. Grayscale: #DEDEDE. Windows color (decimal): -3807489 or 16770757. OLE color: 16770757.
HSL color Cylindrical-coordinate representation of color #C5E6FF: hue angle of 205.86º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5E6FF is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 230 | 255 | - |
| CMYK | 0.23 | 0.10 | 0 | 0 |
| HSL | 205.86º | 1% | 0.89% | - |
| HSV(B) | 205.86º | 0.23% | 1% | - |
| XYZ | 69.37 | 75.68 | 105.56 | - |
| YUV | 222.98 | 146.07 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 230 | 255 | 0.23 | 0.10 | 0 | 0 | 205.86 | 1 | 0.89 |
| Hex | C5 | E6 | FF | 17 | A | 0 | 0 | CE | 64 | 59 |
| Octal | 305 | 346 | 377 | 27 | 12 | 0 | 0 | 316 | 144 | 131 |
| Binary | 11000101 | 11100110 | 11111111 | 10111 | 1010 | 0 | 0 | 11001110 | 1100100 | 1011001 |
Color Harmonies of #C5E6FF
Complementary color
Monochromatic Colors of #C5E6FF
Black with #C5E6FF
Text Example
Text Example
White with #C5E6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E6FF; }
p { color: rgb(197,230,255); }
H1.HeaderClassName
{
color: #C5E6FF;
}
.AnyTagClassName
{
color: #C5E6FF;
}
</style>
background-color css
<style>
a { background-color: #C5E6FF; }
a { background-color: rgb(197,230,255); }
div.DivClassName
{
background-color: #C5E6FF;
}
.BgClassName
{
background-color: #C5E6FF;
}
</style>
border-color css
<style>
span { border-color: #C5E6FF; }
span { border-color: rgb(197,230,255); }
td.TdClassName
{
border-color: #C5E6FF;
}
.TagClassName
{
border-color: #C5E6FF;
}
</style>