Shades of Pattens Blue #C0E8FD
Tints of Pattens Blue #C0E8FD
RGB
CMYK
RGB Variations
Color information
#C0E8FD (or 0xC0E8FD) is known color: Pattens Blue. HEX triplet: C0, E8 and FD. RGB value is (192,232,253). Sum of RGB (Red+Green+Blue) = 192+232+253=677 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.36% from 677); Green value is 232 (91.02% from 255 or 34.27% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0E8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0E8FD is #3F1702. Grayscale: #DEDEDE. Windows color (decimal): -4134659 or 16640192. OLE color: 16640192.
HSL color Cylindrical-coordinate representation of color #C0E8FD: hue angle of 200.66º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0E8FD is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 232 | 253 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.01 |
| HSL | 200.66º | 0.94% | 0.87% | - |
| HSV(B) | 200.66º | 0.24% | 0.99% | - |
| XYZ | 68.32 | 76.01 | 104 | - |
| YUV | 222.43 | 145.25 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 232 | 253 | 0.24 | 0.08 | 0 | 0.01 | 200.66 | 0.94 | 0.87 |
| Hex | C0 | E8 | FD | 18 | 8 | 0 | 1 | C9 | 5E | 57 |
| Octal | 300 | 350 | 375 | 30 | 10 | 0 | 1 | 311 | 136 | 127 |
| Binary | 11000000 | 11101000 | 11111101 | 11000 | 1000 | 0 | 1 | 11001001 | 1011110 | 1010111 |
Color Harmonies of #C0E8FD
Complementary color
Monochromatic Colors of #C0E8FD
Black with #C0E8FD
Text Example
Text Example
White with #C0E8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E8FD; }
p { color: rgb(192,232,253); }
H1.HeaderClassName
{
color: #C0E8FD;
}
.AnyTagClassName
{
color: #C0E8FD;
}
</style>
background-color css
<style>
a { background-color: #C0E8FD; }
a { background-color: rgb(192,232,253); }
div.DivClassName
{
background-color: #C0E8FD;
}
.BgClassName
{
background-color: #C0E8FD;
}
</style>
border-color css
<style>
span { border-color: #C0E8FD; }
span { border-color: rgb(192,232,253); }
td.TdClassName
{
border-color: #C0E8FD;
}
.TagClassName
{
border-color: #C0E8FD;
}
</style>