Shades of Pattens Blue #C5EAFC
Tints of Pattens Blue #C5EAFC
RGB
CMYK
RGB Variations
Color information
#C5EAFC (or 0xC5EAFC) is known color: Pattens Blue. HEX triplet: C5, EA and FC. RGB value is (197,234,252). Sum of RGB (Red+Green+Blue) = 197+234+252=683 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.84% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5EAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EAFC is #3A1503. Grayscale: #E0E0E0. Windows color (decimal): -3806468 or 16575173. OLE color: 16575173.
HSL color Cylindrical-coordinate representation of color #C5EAFC: hue angle of 199.64º 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 #C5EAFC is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 234 | 252 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.01 |
| HSL | 199.64º | 0.9% | 0.88% | - |
| HSV(B) | 199.64º | 0.22% | 0.99% | - |
| XYZ | 70.02 | 77.74 | 103.41 | - |
| YUV | 224.99 | 143.24 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 234 | 252 | 0.22 | 0.07 | 0 | 0.01 | 199.64 | 0.9 | 0.88 |
| Hex | C5 | EA | FC | 16 | 7 | 0 | 1 | C8 | 5A | 58 |
| Octal | 305 | 352 | 374 | 26 | 7 | 0 | 1 | 310 | 132 | 130 |
| Binary | 11000101 | 11101010 | 11111100 | 10110 | 111 | 0 | 1 | 11001000 | 1011010 | 1011000 |
Color Harmonies of #C5EAFC
Complementary color
Monochromatic Colors of #C5EAFC
Black with #C5EAFC
Text Example
Text Example
White with #C5EAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EAFC; }
p { color: rgb(197,234,252); }
H1.HeaderClassName
{
color: #C5EAFC;
}
.AnyTagClassName
{
color: #C5EAFC;
}
</style>
background-color css
<style>
a { background-color: #C5EAFC; }
a { background-color: rgb(197,234,252); }
div.DivClassName
{
background-color: #C5EAFC;
}
.BgClassName
{
background-color: #C5EAFC;
}
</style>
border-color css
<style>
span { border-color: #C5EAFC; }
span { border-color: rgb(197,234,252); }
td.TdClassName
{
border-color: #C5EAFC;
}
.TagClassName
{
border-color: #C5EAFC;
}
</style>