Shades of Pattens Blue #C0E8FE
Tints of Pattens Blue #C0E8FE
RGB
CMYK
RGB Variations
Color information
#C0E8FE (or 0xC0E8FE) is known color: Pattens Blue. HEX triplet: C0, E8 and FE. RGB value is (192,232,254). Sum of RGB (Red+Green+Blue) = 192+232+254=678 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.32% from 678); Green value is 232 (91.02% from 255 or 34.22% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0E8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0E8FE is #3F1701. Grayscale: #DEDEDE. Windows color (decimal): -4134658 or 16705728. OLE color: 16705728.
HSL color Cylindrical-coordinate representation of color #C0E8FE: hue angle of 201.29º 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 #C0E8FE is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 232 | 254 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.00 |
| HSL | 201.29º | 0.97% | 0.87% | - |
| HSV(B) | 201.29º | 0.24% | 1% | - |
| XYZ | 68.48 | 76.08 | 104.84 | - |
| YUV | 222.55 | 145.75 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 232 | 254 | 0.24 | 0.09 | 0 | 0.00 | 201.29 | 0.97 | 0.87 |
| Hex | C0 | E8 | FE | 18 | 9 | 0 | 0 | C9 | 61 | 57 |
| Octal | 300 | 350 | 376 | 30 | 11 | 0 | 0 | 311 | 141 | 127 |
| Binary | 11000000 | 11101000 | 11111110 | 11000 | 1001 | 0 | 0 | 11001001 | 1100001 | 1010111 |
Color Harmonies of #C0E8FE
Complementary color
Monochromatic Colors of #C0E8FE
Black with #C0E8FE
Text Example
Text Example
White with #C0E8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E8FE; }
p { color: rgb(192,232,254); }
H1.HeaderClassName
{
color: #C0E8FE;
}
.AnyTagClassName
{
color: #C0E8FE;
}
</style>
background-color css
<style>
a { background-color: #C0E8FE; }
a { background-color: rgb(192,232,254); }
div.DivClassName
{
background-color: #C0E8FE;
}
.BgClassName
{
background-color: #C0E8FE;
}
</style>
border-color css
<style>
span { border-color: #C0E8FE; }
span { border-color: rgb(192,232,254); }
td.TdClassName
{
border-color: #C0E8FE;
}
.TagClassName
{
border-color: #C0E8FE;
}
</style>