Shades of Pattens Blue #C5E9FF
Tints of Pattens Blue #C5E9FF
RGB
CMYK
RGB Variations
Color information
#C5E9FF (or 0xC5E9FF) is known color: Pattens Blue. HEX triplet: C5, E9 and FF. RGB value is (197,233,255). Sum of RGB (Red+Green+Blue) = 197+233+255=685 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.76% from 685); Green value is 233 (91.41% from 255 or 34.01% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5E9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5E9FF is #3A1600. Grayscale: #E0E0E0. Windows color (decimal): -3806721 or 16771525. OLE color: 16771525.
HSL color Cylindrical-coordinate representation of color #C5E9FF: hue angle of 202.76º 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 #C5E9FF is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 233 | 255 | - |
| CMYK | 0.23 | 0.09 | 0 | 0 |
| HSL | 202.76º | 1% | 0.89% | - |
| HSV(B) | 202.76º | 0.23% | 1% | - |
| XYZ | 70.21 | 77.37 | 105.84 | - |
| YUV | 224.74 | 145.07 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 233 | 255 | 0.23 | 0.09 | 0 | 0 | 202.76 | 1 | 0.89 |
| Hex | C5 | E9 | FF | 17 | 9 | 0 | 0 | CB | 64 | 59 |
| Octal | 305 | 351 | 377 | 27 | 11 | 0 | 0 | 313 | 144 | 131 |
| Binary | 11000101 | 11101001 | 11111111 | 10111 | 1001 | 0 | 0 | 11001011 | 1100100 | 1011001 |
Color Harmonies of #C5E9FF
Complementary color
Monochromatic Colors of #C5E9FF
Black with #C5E9FF
Text Example
Text Example
White with #C5E9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E9FF; }
p { color: rgb(197,233,255); }
H1.HeaderClassName
{
color: #C5E9FF;
}
.AnyTagClassName
{
color: #C5E9FF;
}
</style>
background-color css
<style>
a { background-color: #C5E9FF; }
a { background-color: rgb(197,233,255); }
div.DivClassName
{
background-color: #C5E9FF;
}
.BgClassName
{
background-color: #C5E9FF;
}
</style>
border-color css
<style>
span { border-color: #C5E9FF; }
span { border-color: rgb(197,233,255); }
td.TdClassName
{
border-color: #C5E9FF;
}
.TagClassName
{
border-color: #C5E9FF;
}
</style>