Shades of Pattens Blue #C0E6FF
Tints of Pattens Blue #C0E6FF
RGB
CMYK
RGB Variations
Color information
#C0E6FF (or 0xC0E6FF) is known color: Pattens Blue. HEX triplet: C0, E6 and FF. RGB value is (192,230,255). Sum of RGB (Red+Green+Blue) = 192+230+255=677 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.36% from 677); Green value is 230 (90.23% from 255 or 33.97% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0E6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0E6FF is #3F1900. Grayscale: #DDDDDD. Windows color (decimal): -4135169 or 16770752. OLE color: 16770752.
HSL color Cylindrical-coordinate representation of color #C0E6FF: hue angle of 203.81º 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 #C0E6FF is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 230 | 255 | - |
| CMYK | 0.25 | 0.10 | 0 | 0 |
| HSL | 203.81º | 1% | 0.88% | - |
| HSV(B) | 203.81º | 0.25% | 1% | - |
| XYZ | 68.09 | 75.02 | 105.5 | - |
| YUV | 221.49 | 146.91 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 230 | 255 | 0.25 | 0.10 | 0 | 0 | 203.81 | 1 | 0.88 |
| Hex | C0 | E6 | FF | 19 | A | 0 | 0 | CC | 64 | 58 |
| Octal | 300 | 346 | 377 | 31 | 12 | 0 | 0 | 314 | 144 | 130 |
| Binary | 11000000 | 11100110 | 11111111 | 11001 | 1010 | 0 | 0 | 11001100 | 1100100 | 1011000 |
Color Harmonies of #C0E6FF
Complementary color
Monochromatic Colors of #C0E6FF
Black with #C0E6FF
Text Example
Text Example
White with #C0E6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E6FF; }
p { color: rgb(192,230,255); }
H1.HeaderClassName
{
color: #C0E6FF;
}
.AnyTagClassName
{
color: #C0E6FF;
}
</style>
background-color css
<style>
a { background-color: #C0E6FF; }
a { background-color: rgb(192,230,255); }
div.DivClassName
{
background-color: #C0E6FF;
}
.BgClassName
{
background-color: #C0E6FF;
}
</style>
border-color css
<style>
span { border-color: #C0E6FF; }
span { border-color: rgb(192,230,255); }
td.TdClassName
{
border-color: #C0E6FF;
}
.TagClassName
{
border-color: #C0E6FF;
}
</style>