Shades of Pattens Blue #C5E9FC
Tints of Pattens Blue #C5E9FC
RGB
CMYK
RGB Variations
Color information
#C5E9FC (or 0xC5E9FC) is known color: Pattens Blue. HEX triplet: C5, E9 and FC. RGB value is (197,233,252). Sum of RGB (Red+Green+Blue) = 197+233+252=682 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.89% from 682); Green value is 233 (91.41% from 255 or 34.16% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5E9FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5E9FC is #3A1603. Grayscale: #E0E0E0. Windows color (decimal): -3806724 or 16574917. OLE color: 16574917.
HSL color Cylindrical-coordinate representation of color #C5E9FC: hue angle of 200.73º 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 #C5E9FC is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 197 | 233 | 252 | - |
CMYK | 0.22 | 0.08 | 0 | 0.01 |
HSL | 200.73º | 0.9% | 0.88% | - |
HSV(B) | 200.73º | 0.22% | 0.99% | - |
XYZ | 69.74 | 77.18 | 103.32 | - |
YUV | 224.4 | 143.57 | 108.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 233 | 252 | 0.22 | 0.08 | 0 | 0.01 | 200.73 | 0.9 | 0.88 |
Hex | C5 | E9 | FC | 16 | 8 | 0 | 1 | C9 | 5A | 58 |
Octal | 305 | 351 | 374 | 26 | 10 | 0 | 1 | 311 | 132 | 130 |
Binary | 11000101 | 11101001 | 11111100 | 10110 | 1000 | 0 | 1 | 11001001 | 1011010 | 1011000 |
Color Harmonies of #C5E9FC
Complementary color
Monochromatic Colors of #C5E9FC
Black with #C5E9FC
Text Example
Text Example
White with #C5E9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E9FC; }
p { color: rgb(197,233,252); }
H1.HeaderClassName
{
color: #C5E9FC;
}
.AnyTagClassName
{
color: #C5E9FC;
}
</style>
background-color css
<style>
a { background-color: #C5E9FC; }
a { background-color: rgb(197,233,252); }
div.DivClassName
{
background-color: #C5E9FC;
}
.BgClassName
{
background-color: #C5E9FC;
}
</style>
border-color css
<style>
span { border-color: #C5E9FC; }
span { border-color: rgb(197,233,252); }
td.TdClassName
{
border-color: #C5E9FC;
}
.TagClassName
{
border-color: #C5E9FC;
}
</style>