Shades of Pattens Blue #C5E9FA
Tints of Pattens Blue #C5E9FA
RGB
CMYK
RGB Variations
Color information
#C5E9FA (or 0xC5E9FA) is known color: Pattens Blue. HEX triplet: C5, E9 and FA. RGB value is (197,233,250). Sum of RGB (Red+Green+Blue) = 197+233+250=680 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.97% from 680); Green value is 233 (91.41% from 255 or 34.26% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5E9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5E9FA is #3A1605. Grayscale: #E0E0E0. Windows color (decimal): -3806726 or 16443845. OLE color: 16443845.
HSL color Cylindrical-coordinate representation of color #C5E9FA: hue angle of 199.25º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5E9FA is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 233 | 250 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.02 |
| HSL | 199.25º | 0.84% | 0.88% | - |
| HSV(B) | 199.25º | 0.21% | 0.98% | - |
| XYZ | 69.42 | 77.05 | 101.66 | - |
| YUV | 224.17 | 142.57 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 233 | 250 | 0.21 | 0.07 | 0 | 0.02 | 199.25 | 0.84 | 0.88 |
| Hex | C5 | E9 | FA | 15 | 7 | 0 | 2 | C7 | 54 | 58 |
| Octal | 305 | 351 | 372 | 25 | 7 | 0 | 2 | 307 | 124 | 130 |
| Binary | 11000101 | 11101001 | 11111010 | 10101 | 111 | 0 | 10 | 11000111 | 1010100 | 1011000 |
Color Harmonies of #C5E9FA
Complementary color
Monochromatic Colors of #C5E9FA
Black with #C5E9FA
Text Example
Text Example
White with #C5E9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E9FA; }
p { color: rgb(197,233,250); }
H1.HeaderClassName
{
color: #C5E9FA;
}
.AnyTagClassName
{
color: #C5E9FA;
}
</style>
background-color css
<style>
a { background-color: #C5E9FA; }
a { background-color: rgb(197,233,250); }
div.DivClassName
{
background-color: #C5E9FA;
}
.BgClassName
{
background-color: #C5E9FA;
}
</style>
border-color css
<style>
span { border-color: #C5E9FA; }
span { border-color: rgb(197,233,250); }
td.TdClassName
{
border-color: #C5E9FA;
}
.TagClassName
{
border-color: #C5E9FA;
}
</style>