Shades of Pattens Blue #C8E2ED
Tints of Pattens Blue #C8E2ED
RGB
CMYK
RGB Variations
Color information
#C8E2ED (or 0xC8E2ED) is known color: Pattens Blue. HEX triplet: C8, E2 and ED. RGB value is (200,226,237). Sum of RGB (Red+Green+Blue) = 200+226+237=663 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.17% from 663); Green value is 226 (88.67% from 255 or 34.09% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8E2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8E2ED is #371D12. Grayscale: #DBDBDB. Windows color (decimal): -3611923 or 15590088. OLE color: 15590088.
HSL color Cylindrical-coordinate representation of color #C8E2ED: hue angle of 197.84º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8E2ED is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 226 | 237 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.07 |
| HSL | 197.84º | 0.51% | 0.86% | - |
| HSV(B) | 197.84º | 0.16% | 0.93% | - |
| XYZ | 66.3 | 72.79 | 90.68 | - |
| YUV | 219.48 | 137.89 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 226 | 237 | 0.16 | 0.05 | 0 | 0.07 | 197.84 | 0.51 | 0.86 |
| Hex | C8 | E2 | ED | 10 | 5 | 0 | 7 | C6 | 33 | 56 |
| Octal | 310 | 342 | 355 | 20 | 5 | 0 | 7 | 306 | 63 | 126 |
| Binary | 11001000 | 11100010 | 11101101 | 10000 | 101 | 0 | 111 | 11000110 | 110011 | 1010110 |
Color Harmonies of #C8E2ED
Complementary color
Monochromatic Colors of #C8E2ED
Black with #C8E2ED
Text Example
Text Example
White with #C8E2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E2ED; }
p { color: rgb(200,226,237); }
H1.HeaderClassName
{
color: #C8E2ED;
}
.AnyTagClassName
{
color: #C8E2ED;
}
</style>
background-color css
<style>
a { background-color: #C8E2ED; }
a { background-color: rgb(200,226,237); }
div.DivClassName
{
background-color: #C8E2ED;
}
.BgClassName
{
background-color: #C8E2ED;
}
</style>
border-color css
<style>
span { border-color: #C8E2ED; }
span { border-color: rgb(200,226,237); }
td.TdClassName
{
border-color: #C8E2ED;
}
.TagClassName
{
border-color: #C8E2ED;
}
</style>