Shades of Pattens Blue #C0E5FF
Tints of Pattens Blue #C0E5FF
RGB
CMYK
RGB Variations
Color information
#C0E5FF (or 0xC0E5FF) is known color: Pattens Blue. HEX triplet: C0, E5 and FF. RGB value is (192,229,255). Sum of RGB (Red+Green+Blue) = 192+229+255=676 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.40% from 676); Green value is 229 (89.84% from 255 or 33.88% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0E5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E5FF is #3F1A00. Grayscale: #DCDCDC. Windows color (decimal): -4135425 or 16770496. OLE color: 16770496.
HSL color Cylindrical-coordinate representation of color #C0E5FF: hue angle of 204.76º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0E5FF is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 229 | 255 | - |
| CMYK | 0.25 | 0.10 | 0 | 0 |
| HSL | 204.76º | 1% | 0.88% | - |
| HSV(B) | 204.76º | 0.25% | 1% | - |
| XYZ | 67.81 | 74.47 | 105.41 | - |
| YUV | 220.9 | 147.24 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 229 | 255 | 0.25 | 0.10 | 0 | 0 | 204.76 | 1 | 0.88 |
| Hex | C0 | E5 | FF | 19 | A | 0 | 0 | CD | 64 | 58 |
| Octal | 300 | 345 | 377 | 31 | 12 | 0 | 0 | 315 | 144 | 130 |
| Binary | 11000000 | 11100101 | 11111111 | 11001 | 1010 | 0 | 0 | 11001101 | 1100100 | 1011000 |
Color Harmonies of #C0E5FF
Complementary color
Monochromatic Colors of #C0E5FF
Black with #C0E5FF
Text Example
Text Example
White with #C0E5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E5FF; }
p { color: rgb(192,229,255); }
H1.HeaderClassName
{
color: #C0E5FF;
}
.AnyTagClassName
{
color: #C0E5FF;
}
</style>
background-color css
<style>
a { background-color: #C0E5FF; }
a { background-color: rgb(192,229,255); }
div.DivClassName
{
background-color: #C0E5FF;
}
.BgClassName
{
background-color: #C0E5FF;
}
</style>
border-color css
<style>
span { border-color: #C0E5FF; }
span { border-color: rgb(192,229,255); }
td.TdClassName
{
border-color: #C0E5FF;
}
.TagClassName
{
border-color: #C0E5FF;
}
</style>