Shades of Pattens Blue #C0E6FA
Tints of Pattens Blue #C0E6FA
RGB
CMYK
RGB Variations
Color information
#C0E6FA (or 0xC0E6FA) is known color: Pattens Blue. HEX triplet: C0, E6 and FA. RGB value is (192,230,250). Sum of RGB (Red+Green+Blue) = 192+230+250=672 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.57% from 672); Green value is 230 (90.23% from 255 or 34.23% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0E6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0E6FA is #3F1905. Grayscale: #DCDCDC. Windows color (decimal): -4135174 or 16443072. OLE color: 16443072.
HSL color Cylindrical-coordinate representation of color #C0E6FA: hue angle of 200.69º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0E6FA is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 230 | 250 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.02 |
| HSL | 200.69º | 0.85% | 0.87% | - |
| HSV(B) | 200.69º | 0.23% | 0.98% | - |
| XYZ | 67.29 | 74.7 | 101.31 | - |
| YUV | 220.92 | 144.41 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 230 | 250 | 0.23 | 0.08 | 0 | 0.02 | 200.69 | 0.85 | 0.87 |
| Hex | C0 | E6 | FA | 17 | 8 | 0 | 2 | C9 | 55 | 57 |
| Octal | 300 | 346 | 372 | 27 | 10 | 0 | 2 | 311 | 125 | 127 |
| Binary | 11000000 | 11100110 | 11111010 | 10111 | 1000 | 0 | 10 | 11001001 | 1010101 | 1010111 |
Color Harmonies of #C0E6FA
Complementary color
Monochromatic Colors of #C0E6FA
Black with #C0E6FA
Text Example
Text Example
White with #C0E6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E6FA; }
p { color: rgb(192,230,250); }
H1.HeaderClassName
{
color: #C0E6FA;
}
.AnyTagClassName
{
color: #C0E6FA;
}
</style>
background-color css
<style>
a { background-color: #C0E6FA; }
a { background-color: rgb(192,230,250); }
div.DivClassName
{
background-color: #C0E6FA;
}
.BgClassName
{
background-color: #C0E6FA;
}
</style>
border-color css
<style>
span { border-color: #C0E6FA; }
span { border-color: rgb(192,230,250); }
td.TdClassName
{
border-color: #C0E6FA;
}
.TagClassName
{
border-color: #C0E6FA;
}
</style>