Shades of Pattens Blue #C5E7FC
Tints of Pattens Blue #C5E7FC
RGB
CMYK
RGB Variations
Color information
#C5E7FC (or 0xC5E7FC) is known color: Pattens Blue. HEX triplet: C5, E7 and FC. RGB value is (197,231,252). Sum of RGB (Red+Green+Blue) = 197+231+252=680 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.97% from 680); Green value is 231 (90.62% from 255 or 33.97% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5E7FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5E7FC is #3A1803. Grayscale: #DFDFDF. Windows color (decimal): -3807236 or 16574405. OLE color: 16574405.
HSL color Cylindrical-coordinate representation of color #C5E7FC: hue angle of 202.91º 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 #C5E7FC is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 197 | 231 | 252 | - |
CMYK | 0.22 | 0.08 | 0 | 0.01 |
HSL | 202.91º | 0.9% | 0.88% | - |
HSV(B) | 202.91º | 0.22% | 0.99% | - |
XYZ | 69.17 | 76.05 | 103.13 | - |
YUV | 223.23 | 144.24 | 109.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 231 | 252 | 0.22 | 0.08 | 0 | 0.01 | 202.91 | 0.9 | 0.88 |
Hex | C5 | E7 | FC | 16 | 8 | 0 | 1 | CB | 5A | 58 |
Octal | 305 | 347 | 374 | 26 | 10 | 0 | 1 | 313 | 132 | 130 |
Binary | 11000101 | 11100111 | 11111100 | 10110 | 1000 | 0 | 1 | 11001011 | 1011010 | 1011000 |
Color Harmonies of #C5E7FC
Complementary color
Monochromatic Colors of #C5E7FC
Black with #C5E7FC
Text Example
Text Example
White with #C5E7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E7FC; }
p { color: rgb(197,231,252); }
H1.HeaderClassName
{
color: #C5E7FC;
}
.AnyTagClassName
{
color: #C5E7FC;
}
</style>
background-color css
<style>
a { background-color: #C5E7FC; }
a { background-color: rgb(197,231,252); }
div.DivClassName
{
background-color: #C5E7FC;
}
.BgClassName
{
background-color: #C5E7FC;
}
</style>
border-color css
<style>
span { border-color: #C5E7FC; }
span { border-color: rgb(197,231,252); }
td.TdClassName
{
border-color: #C5E7FC;
}
.TagClassName
{
border-color: #C5E7FC;
}
</style>