Shades of Pattens Blue #C8ECFF
Tints of Pattens Blue #C8ECFF
RGB
CMYK
RGB Variations
Color information
#C8ECFF (or 0xC8ECFF) is known color: Pattens Blue. HEX triplet: C8, EC and FF. RGB value is (200,236,255). Sum of RGB (Red+Green+Blue) = 200+236+255=691 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.94% from 691); Green value is 236 (92.58% from 255 or 34.15% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8ECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8ECFF is #371300. Grayscale: #E3E3E3. Windows color (decimal): -3609345 or 16772296. OLE color: 16772296.
HSL color Cylindrical-coordinate representation of color #C8ECFF: hue angle of 200.73º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8ECFF is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 236 | 255 | - |
| CMYK | 0.22 | 0.07 | 0 | 0 |
| HSL | 200.73º | 1% | 0.89% | - |
| HSV(B) | 200.73º | 0.22% | 1% | - |
| XYZ | 71.86 | 79.49 | 106.16 | - |
| YUV | 227.4 | 143.57 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 236 | 255 | 0.22 | 0.07 | 0 | 0 | 200.73 | 1 | 0.89 |
| Hex | C8 | EC | FF | 16 | 7 | 0 | 0 | C9 | 64 | 59 |
| Octal | 310 | 354 | 377 | 26 | 7 | 0 | 0 | 311 | 144 | 131 |
| Binary | 11001000 | 11101100 | 11111111 | 10110 | 111 | 0 | 0 | 11001001 | 1100100 | 1011001 |
Color Harmonies of #C8ECFF
Complementary color
Monochromatic Colors of #C8ECFF
Black with #C8ECFF
Text Example
Text Example
White with #C8ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ECFF; }
p { color: rgb(200,236,255); }
H1.HeaderClassName
{
color: #C8ECFF;
}
.AnyTagClassName
{
color: #C8ECFF;
}
</style>
background-color css
<style>
a { background-color: #C8ECFF; }
a { background-color: rgb(200,236,255); }
div.DivClassName
{
background-color: #C8ECFF;
}
.BgClassName
{
background-color: #C8ECFF;
}
</style>
border-color css
<style>
span { border-color: #C8ECFF; }
span { border-color: rgb(200,236,255); }
td.TdClassName
{
border-color: #C8ECFF;
}
.TagClassName
{
border-color: #C8ECFF;
}
</style>