Shades of Pattens Blue #C5E2EF
Tints of Pattens Blue #C5E2EF
RGB
CMYK
RGB Variations
Color information
#C5E2EF (or 0xC5E2EF) is known color: Pattens Blue. HEX triplet: C5, E2 and EF. RGB value is (197,226,239). Sum of RGB (Red+Green+Blue) = 197+226+239=662 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.76% from 662); Green value is 226 (88.67% from 255 or 34.14% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5E2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5E2EF is #3A1D10. Grayscale: #DADADA. Windows color (decimal): -3808529 or 15721157. OLE color: 15721157.
HSL color Cylindrical-coordinate representation of color #C5E2EF: hue angle of 198.57º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5E2EF is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 197 | 226 | 239 | - |
CMYK | 0.18 | 0.05 | 0 | 0.06 |
HSL | 198.57º | 0.57% | 0.85% | - |
HSV(B) | 198.57º | 0.18% | 0.94% | - |
XYZ | 65.8 | 72.5 | 92.19 | - |
YUV | 218.81 | 139.39 | 112.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 226 | 239 | 0.18 | 0.05 | 0 | 0.06 | 198.57 | 0.57 | 0.85 |
Hex | C5 | E2 | EF | 12 | 5 | 0 | 6 | C7 | 39 | 55 |
Octal | 305 | 342 | 357 | 22 | 5 | 0 | 6 | 307 | 71 | 125 |
Binary | 11000101 | 11100010 | 11101111 | 10010 | 101 | 0 | 110 | 11000111 | 111001 | 1010101 |
Color Harmonies of #C5E2EF
Complementary color
Monochromatic Colors of #C5E2EF
Black with #C5E2EF
Text Example
Text Example
White with #C5E2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E2EF; }
p { color: rgb(197,226,239); }
H1.HeaderClassName
{
color: #C5E2EF;
}
.AnyTagClassName
{
color: #C5E2EF;
}
</style>
background-color css
<style>
a { background-color: #C5E2EF; }
a { background-color: rgb(197,226,239); }
div.DivClassName
{
background-color: #C5E2EF;
}
.BgClassName
{
background-color: #C5E2EF;
}
</style>
border-color css
<style>
span { border-color: #C5E2EF; }
span { border-color: rgb(197,226,239); }
td.TdClassName
{
border-color: #C5E2EF;
}
.TagClassName
{
border-color: #C5E2EF;
}
</style>