Shades of Pattens Blue #C0E3F8
Tints of Pattens Blue #C0E3F8
RGB
CMYK
RGB Variations
Color information
#C0E3F8 (or 0xC0E3F8) is known color: Pattens Blue. HEX triplet: C0, E3 and F8. RGB value is (192,227,248). Sum of RGB (Red+Green+Blue) = 192+227+248=667 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.79% from 667); Green value is 227 (89.06% from 255 or 34.03% from 667); Blue value is 248 (97.27% from 255 or 37.18% from 667); Max value from RGB is 248 - color contains mainly: blue. Hex color #C0E3F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E3F8 is #3F1C07. Grayscale: #DADADA. Windows color (decimal): -4135944 or 16311232. OLE color: 16311232.
HSL color Cylindrical-coordinate representation of color #C0E3F8: hue angle of 202.5º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0E3F8 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 227 | 248 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.03 |
| HSL | 202.5º | 0.8% | 0.86% | - |
| HSV(B) | 202.5º | 0.23% | 0.97% | - |
| XYZ | 66.15 | 72.92 | 99.4 | - |
| YUV | 218.93 | 144.4 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 227 | 248 | 0.23 | 0.08 | 0 | 0.03 | 202.5 | 0.8 | 0.86 |
| Hex | C0 | E3 | F8 | 17 | 8 | 0 | 3 | CA | 50 | 56 |
| Octal | 300 | 343 | 370 | 27 | 10 | 0 | 3 | 312 | 120 | 126 |
| Binary | 11000000 | 11100011 | 11111000 | 10111 | 1000 | 0 | 11 | 11001010 | 1010000 | 1010110 |
Color Harmonies of #C0E3F8
Complementary color
Monochromatic Colors of #C0E3F8
Black with #C0E3F8
Text Example
Text Example
White with #C0E3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E3F8; }
p { color: rgb(192,227,248); }
H1.HeaderClassName
{
color: #C0E3F8;
}
.AnyTagClassName
{
color: #C0E3F8;
}
</style>
background-color css
<style>
a { background-color: #C0E3F8; }
a { background-color: rgb(192,227,248); }
div.DivClassName
{
background-color: #C0E3F8;
}
.BgClassName
{
background-color: #C0E3F8;
}
</style>
border-color css
<style>
span { border-color: #C0E3F8; }
span { border-color: rgb(192,227,248); }
td.TdClassName
{
border-color: #C0E3F8;
}
.TagClassName
{
border-color: #C0E3F8;
}
</style>