Shades of Pattens Blue #C8E1FF
Tints of Pattens Blue #C8E1FF
RGB
CMYK
RGB Variations
Color information
#C8E1FF (or 0xC8E1FF) is known color: Pattens Blue. HEX triplet: C8, E1 and FF. RGB value is (200,225,255). Sum of RGB (Red+Green+Blue) = 200+225+255=680 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.41% from 680); Green value is 225 (88.28% from 255 or 33.09% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8E1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8E1FF is #371E00. Grayscale: #DCDCDC. Windows color (decimal): -3612161 or 16769480. OLE color: 16769480.
HSL color Cylindrical-coordinate representation of color #C8E1FF: hue angle of 212.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 #C8E1FF is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 225 | 255 | - |
| CMYK | 0.22 | 0.12 | 0 | 0 |
| HSL | 212.73º | 1% | 0.89% | - |
| HSV(B) | 212.73º | 0.22% | 1% | - |
| XYZ | 68.79 | 73.35 | 105.14 | - |
| YUV | 220.95 | 147.22 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 225 | 255 | 0.22 | 0.12 | 0 | 0 | 212.73 | 1 | 0.89 |
| Hex | C8 | E1 | FF | 16 | C | 0 | 0 | D5 | 64 | 59 |
| Octal | 310 | 341 | 377 | 26 | 14 | 0 | 0 | 325 | 144 | 131 |
| Binary | 11001000 | 11100001 | 11111111 | 10110 | 1100 | 0 | 0 | 11010101 | 1100100 | 1011001 |
Color Harmonies of #C8E1FF
Complementary color
Monochromatic Colors of #C8E1FF
Black with #C8E1FF
Text Example
Text Example
White with #C8E1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E1FF; }
p { color: rgb(200,225,255); }
H1.HeaderClassName
{
color: #C8E1FF;
}
.AnyTagClassName
{
color: #C8E1FF;
}
</style>
background-color css
<style>
a { background-color: #C8E1FF; }
a { background-color: rgb(200,225,255); }
div.DivClassName
{
background-color: #C8E1FF;
}
.BgClassName
{
background-color: #C8E1FF;
}
</style>
border-color css
<style>
span { border-color: #C8E1FF; }
span { border-color: rgb(200,225,255); }
td.TdClassName
{
border-color: #C8E1FF;
}
.TagClassName
{
border-color: #C8E1FF;
}
</style>