Shades of Pattens Blue #C5E1FF
Tints of Pattens Blue #C5E1FF
RGB
CMYK
RGB Variations
Color information
#C5E1FF (or 0xC5E1FF) is known color: Pattens Blue. HEX triplet: C5, E1 and FF. RGB value is (197,225,255). Sum of RGB (Red+Green+Blue) = 197+225+255=677 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.10% from 677); Green value is 225 (88.28% from 255 or 33.23% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5E1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5E1FF is #3A1E00. Grayscale: #DBDBDB. Windows color (decimal): -3808769 or 16769477. OLE color: 16769477.
HSL color Cylindrical-coordinate representation of color #C5E1FF: hue angle of 211.03º 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 #C5E1FF is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 225 | 255 | - |
| CMYK | 0.23 | 0.12 | 0 | 0 |
| HSL | 211.03º | 1% | 0.89% | - |
| HSV(B) | 211.03º | 0.23% | 1% | - |
| XYZ | 68 | 72.94 | 105.1 | - |
| YUV | 220.05 | 147.72 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 225 | 255 | 0.23 | 0.12 | 0 | 0 | 211.03 | 1 | 0.89 |
| Hex | C5 | E1 | FF | 17 | C | 0 | 0 | D3 | 64 | 59 |
| Octal | 305 | 341 | 377 | 27 | 14 | 0 | 0 | 323 | 144 | 131 |
| Binary | 11000101 | 11100001 | 11111111 | 10111 | 1100 | 0 | 0 | 11010011 | 1100100 | 1011001 |
Color Harmonies of #C5E1FF
Complementary color
Monochromatic Colors of #C5E1FF
Black with #C5E1FF
Text Example
Text Example
White with #C5E1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E1FF; }
p { color: rgb(197,225,255); }
H1.HeaderClassName
{
color: #C5E1FF;
}
.AnyTagClassName
{
color: #C5E1FF;
}
</style>
background-color css
<style>
a { background-color: #C5E1FF; }
a { background-color: rgb(197,225,255); }
div.DivClassName
{
background-color: #C5E1FF;
}
.BgClassName
{
background-color: #C5E1FF;
}
</style>
border-color css
<style>
span { border-color: #C5E1FF; }
span { border-color: rgb(197,225,255); }
td.TdClassName
{
border-color: #C5E1FF;
}
.TagClassName
{
border-color: #C5E1FF;
}
</style>