Shades of Pattens Blue #C0E9FE
Tints of Pattens Blue #C0E9FE
RGB
CMYK
RGB Variations
Color information
#C0E9FE (or 0xC0E9FE) is known color: Pattens Blue. HEX triplet: C0, E9 and FE. RGB value is (192,233,254). Sum of RGB (Red+Green+Blue) = 192+233+254=679 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.28% from 679); Green value is 233 (91.41% from 255 or 34.32% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0E9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0E9FE is #3F1601. Grayscale: #DFDFDF. Windows color (decimal): -4134402 or 16705984. OLE color: 16705984.
HSL color Cylindrical-coordinate representation of color #C0E9FE: hue angle of 200.32º 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 #C0E9FE is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 233 | 254 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.00 |
| HSL | 200.32º | 0.97% | 0.87% | - |
| HSV(B) | 200.32º | 0.24% | 1% | - |
| XYZ | 68.77 | 76.64 | 104.93 | - |
| YUV | 223.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 233 | 254 | 0.24 | 0.08 | 0 | 0.00 | 200.32 | 0.97 | 0.87 |
| Hex | C0 | E9 | FE | 18 | 8 | 0 | 0 | C8 | 61 | 57 |
| Octal | 300 | 351 | 376 | 30 | 10 | 0 | 0 | 310 | 141 | 127 |
| Binary | 11000000 | 11101001 | 11111110 | 11000 | 1000 | 0 | 0 | 11001000 | 1100001 | 1010111 |
Color Harmonies of #C0E9FE
Complementary color
Monochromatic Colors of #C0E9FE
Black with #C0E9FE
Text Example
Text Example
White with #C0E9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E9FE; }
p { color: rgb(192,233,254); }
H1.HeaderClassName
{
color: #C0E9FE;
}
.AnyTagClassName
{
color: #C0E9FE;
}
</style>
background-color css
<style>
a { background-color: #C0E9FE; }
a { background-color: rgb(192,233,254); }
div.DivClassName
{
background-color: #C0E9FE;
}
.BgClassName
{
background-color: #C0E9FE;
}
</style>
border-color css
<style>
span { border-color: #C0E9FE; }
span { border-color: rgb(192,233,254); }
td.TdClassName
{
border-color: #C0E9FE;
}
.TagClassName
{
border-color: #C0E9FE;
}
</style>