Shades of Pattens Blue #C0E7FE
Tints of Pattens Blue #C0E7FE
RGB
CMYK
RGB Variations
Color information
#C0E7FE (or 0xC0E7FE) is known color: Pattens Blue. HEX triplet: C0, E7 and FE. RGB value is (192,231,254). Sum of RGB (Red+Green+Blue) = 192+231+254=677 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.36% from 677); Green value is 231 (90.62% from 255 or 34.12% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0E7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0E7FE is #3F1801. Grayscale: #DDDDDD. Windows color (decimal): -4134914 or 16705472. OLE color: 16705472.
HSL color Cylindrical-coordinate representation of color #C0E7FE: hue angle of 202.26º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0E7FE is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 231 | 254 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.00 |
| HSL | 202.26º | 0.97% | 0.87% | - |
| HSV(B) | 202.26º | 0.24% | 1% | - |
| XYZ | 68.2 | 75.51 | 104.75 | - |
| YUV | 221.96 | 146.08 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 231 | 254 | 0.24 | 0.09 | 0 | 0.00 | 202.26 | 0.97 | 0.87 |
| Hex | C0 | E7 | FE | 18 | 9 | 0 | 0 | CA | 61 | 57 |
| Octal | 300 | 347 | 376 | 30 | 11 | 0 | 0 | 312 | 141 | 127 |
| Binary | 11000000 | 11100111 | 11111110 | 11000 | 1001 | 0 | 0 | 11001010 | 1100001 | 1010111 |
Color Harmonies of #C0E7FE
Complementary color
Monochromatic Colors of #C0E7FE
Black with #C0E7FE
Text Example
Text Example
White with #C0E7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E7FE; }
p { color: rgb(192,231,254); }
H1.HeaderClassName
{
color: #C0E7FE;
}
.AnyTagClassName
{
color: #C0E7FE;
}
</style>
background-color css
<style>
a { background-color: #C0E7FE; }
a { background-color: rgb(192,231,254); }
div.DivClassName
{
background-color: #C0E7FE;
}
.BgClassName
{
background-color: #C0E7FE;
}
</style>
border-color css
<style>
span { border-color: #C0E7FE; }
span { border-color: rgb(192,231,254); }
td.TdClassName
{
border-color: #C0E7FE;
}
.TagClassName
{
border-color: #C0E7FE;
}
</style>