Shades of Pattens Blue #C8E0EA
Tints of Pattens Blue #C8E0EA
RGB
CMYK
RGB Variations
Color information
#C8E0EA (or 0xC8E0EA) is known color: Pattens Blue. HEX triplet: C8, E0 and EA. RGB value is (200,224,234). Sum of RGB (Red+Green+Blue) = 200+224+234=658 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.40% from 658); Green value is 224 (87.89% from 255 or 34.04% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8E0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8E0EA is #371F15. Grayscale: #D9D9D9. Windows color (decimal): -3612438 or 15392968. OLE color: 15392968.
HSL color Cylindrical-coordinate representation of color #C8E0EA: hue angle of 197.65º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8E0EA is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 224 | 234 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.08 |
| HSL | 197.65º | 0.45% | 0.85% | - |
| HSV(B) | 197.65º | 0.15% | 0.92% | - |
| XYZ | 65.33 | 71.53 | 88.21 | - |
| YUV | 217.96 | 137.05 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 224 | 234 | 0.15 | 0.04 | 0 | 0.08 | 197.65 | 0.45 | 0.85 |
| Hex | C8 | E0 | EA | F | 4 | 0 | 8 | C6 | 2D | 55 |
| Octal | 310 | 340 | 352 | 17 | 4 | 0 | 10 | 306 | 55 | 125 |
| Binary | 11001000 | 11100000 | 11101010 | 1111 | 100 | 0 | 1000 | 11000110 | 101101 | 1010101 |
Color Harmonies of #C8E0EA
Complementary color
Monochromatic Colors of #C8E0EA
Black with #C8E0EA
Text Example
Text Example
White with #C8E0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E0EA; }
p { color: rgb(200,224,234); }
H1.HeaderClassName
{
color: #C8E0EA;
}
.AnyTagClassName
{
color: #C8E0EA;
}
</style>
background-color css
<style>
a { background-color: #C8E0EA; }
a { background-color: rgb(200,224,234); }
div.DivClassName
{
background-color: #C8E0EA;
}
.BgClassName
{
background-color: #C8E0EA;
}
</style>
border-color css
<style>
span { border-color: #C8E0EA; }
span { border-color: rgb(200,224,234); }
td.TdClassName
{
border-color: #C8E0EA;
}
.TagClassName
{
border-color: #C8E0EA;
}
</style>