Shades of Pattens Blue #C0E3FC
Tints of Pattens Blue #C0E3FC
RGB
CMYK
RGB Variations
Color information
#C0E3FC (or 0xC0E3FC) is known color: Pattens Blue. HEX triplet: C0, E3 and FC. RGB value is (192,227,252). Sum of RGB (Red+Green+Blue) = 192+227+252=671 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.61% from 671); Green value is 227 (89.06% from 255 or 33.83% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0E3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E3FC is #3F1C03. Grayscale: #DBDBDB. Windows color (decimal): -4135940 or 16573376. OLE color: 16573376.
HSL color Cylindrical-coordinate representation of color #C0E3FC: hue angle of 205º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0E3FC is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 227 | 252 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.01 |
| HSL | 205º | 0.91% | 0.87% | - |
| HSV(B) | 205º | 0.24% | 0.99% | - |
| XYZ | 66.78 | 73.17 | 102.7 | - |
| YUV | 219.39 | 146.4 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 227 | 252 | 0.24 | 0.10 | 0 | 0.01 | 205 | 0.91 | 0.87 |
| Hex | C0 | E3 | FC | 18 | A | 0 | 1 | CD | 5B | 57 |
| Octal | 300 | 343 | 374 | 30 | 12 | 0 | 1 | 315 | 133 | 127 |
| Binary | 11000000 | 11100011 | 11111100 | 11000 | 1010 | 0 | 1 | 11001101 | 1011011 | 1010111 |
Color Harmonies of #C0E3FC
Complementary color
Monochromatic Colors of #C0E3FC
Black with #C0E3FC
Text Example
Text Example
White with #C0E3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E3FC; }
p { color: rgb(192,227,252); }
H1.HeaderClassName
{
color: #C0E3FC;
}
.AnyTagClassName
{
color: #C0E3FC;
}
</style>
background-color css
<style>
a { background-color: #C0E3FC; }
a { background-color: rgb(192,227,252); }
div.DivClassName
{
background-color: #C0E3FC;
}
.BgClassName
{
background-color: #C0E3FC;
}
</style>
border-color css
<style>
span { border-color: #C0E3FC; }
span { border-color: rgb(192,227,252); }
td.TdClassName
{
border-color: #C0E3FC;
}
.TagClassName
{
border-color: #C0E3FC;
}
</style>