Shades of Pattens Blue #C5E6FC
Tints of Pattens Blue #C5E6FC
RGB
CMYK
RGB Variations
Color information
#C5E6FC (or 0xC5E6FC) is known color: Pattens Blue. HEX triplet: C5, E6 and FC. RGB value is (197,230,252). Sum of RGB (Red+Green+Blue) = 197+230+252=679 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.01% from 679); Green value is 230 (90.23% from 255 or 33.87% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5E6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5E6FC is #3A1903. Grayscale: #DEDEDE. Windows color (decimal): -3807492 or 16574149. OLE color: 16574149.
HSL color Cylindrical-coordinate representation of color #C5E6FC: hue angle of 204º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5E6FC is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 230 | 252 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.01 |
| HSL | 204º | 0.9% | 0.88% | - |
| HSV(B) | 204º | 0.22% | 0.99% | - |
| XYZ | 68.89 | 75.49 | 103.04 | - |
| YUV | 222.64 | 144.57 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 230 | 252 | 0.22 | 0.09 | 0 | 0.01 | 204 | 0.9 | 0.88 |
| Hex | C5 | E6 | FC | 16 | 9 | 0 | 1 | CC | 5A | 58 |
| Octal | 305 | 346 | 374 | 26 | 11 | 0 | 1 | 314 | 132 | 130 |
| Binary | 11000101 | 11100110 | 11111100 | 10110 | 1001 | 0 | 1 | 11001100 | 1011010 | 1011000 |
Color Harmonies of #C5E6FC
Complementary color
Monochromatic Colors of #C5E6FC
Black with #C5E6FC
Text Example
Text Example
White with #C5E6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E6FC; }
p { color: rgb(197,230,252); }
H1.HeaderClassName
{
color: #C5E6FC;
}
.AnyTagClassName
{
color: #C5E6FC;
}
</style>
background-color css
<style>
a { background-color: #C5E6FC; }
a { background-color: rgb(197,230,252); }
div.DivClassName
{
background-color: #C5E6FC;
}
.BgClassName
{
background-color: #C5E6FC;
}
</style>
border-color css
<style>
span { border-color: #C5E6FC; }
span { border-color: rgb(197,230,252); }
td.TdClassName
{
border-color: #C5E6FC;
}
.TagClassName
{
border-color: #C5E6FC;
}
</style>