Shades of Pattens Blue #C0E4FE
Tints of Pattens Blue #C0E4FE
RGB
CMYK
RGB Variations
Color information
#C0E4FE (or 0xC0E4FE) is known color: Pattens Blue. HEX triplet: C0, E4 and FE. RGB value is (192,228,254). Sum of RGB (Red+Green+Blue) = 192+228+254=674 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.49% from 674); Green value is 228 (89.45% from 255 or 33.83% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0E4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E4FE is #3F1B01. Grayscale: #DCDCDC. Windows color (decimal): -4135682 or 16704704. OLE color: 16704704.
HSL color Cylindrical-coordinate representation of color #C0E4FE: hue angle of 205.16º 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 #C0E4FE is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 228 | 254 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.00 |
| HSL | 205.16º | 0.97% | 0.87% | - |
| HSV(B) | 205.16º | 0.24% | 1% | - |
| XYZ | 67.37 | 73.85 | 104.47 | - |
| YUV | 220.2 | 147.07 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 228 | 254 | 0.24 | 0.10 | 0 | 0.00 | 205.16 | 0.97 | 0.87 |
| Hex | C0 | E4 | FE | 18 | A | 0 | 0 | CD | 61 | 57 |
| Octal | 300 | 344 | 376 | 30 | 12 | 0 | 0 | 315 | 141 | 127 |
| Binary | 11000000 | 11100100 | 11111110 | 11000 | 1010 | 0 | 0 | 11001101 | 1100001 | 1010111 |
Color Harmonies of #C0E4FE
Complementary color
Monochromatic Colors of #C0E4FE
Black with #C0E4FE
Text Example
Text Example
White with #C0E4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E4FE; }
p { color: rgb(192,228,254); }
H1.HeaderClassName
{
color: #C0E4FE;
}
.AnyTagClassName
{
color: #C0E4FE;
}
</style>
background-color css
<style>
a { background-color: #C0E4FE; }
a { background-color: rgb(192,228,254); }
div.DivClassName
{
background-color: #C0E4FE;
}
.BgClassName
{
background-color: #C0E4FE;
}
</style>
border-color css
<style>
span { border-color: #C0E4FE; }
span { border-color: rgb(192,228,254); }
td.TdClassName
{
border-color: #C0E4FE;
}
.TagClassName
{
border-color: #C0E4FE;
}
</style>