Shades of Pattens Blue #C8EBF8
Tints of Pattens Blue #C8EBF8
RGB
CMYK
RGB Variations
Color information
#C8EBF8 (or 0xC8EBF8) is known color: Pattens Blue. HEX triplet: C8, EB and F8. RGB value is (200,235,248). Sum of RGB (Red+Green+Blue) = 200+235+248=683 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.28% from 683); Green value is 235 (92.19% from 255 or 34.41% from 683); Blue value is 248 (97.27% from 255 or 36.31% from 683); Max value from RGB is 248 - color contains mainly: blue. Hex color #C8EBF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EBF8 is #371407. Grayscale: #E1E1E1. Windows color (decimal): -3609608 or 16313288. OLE color: 16313288.
HSL color Cylindrical-coordinate representation of color #C8EBF8: hue angle of 196.25º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8EBF8 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 235 | 248 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.03 |
| HSL | 196.25º | 0.77% | 0.88% | - |
| HSV(B) | 196.25º | 0.19% | 0.97% | - |
| XYZ | 70.47 | 78.47 | 100.24 | - |
| YUV | 226.02 | 140.4 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 235 | 248 | 0.19 | 0.05 | 0 | 0.03 | 196.25 | 0.77 | 0.88 |
| Hex | C8 | EB | F8 | 13 | 5 | 0 | 3 | C4 | 4D | 58 |
| Octal | 310 | 353 | 370 | 23 | 5 | 0 | 3 | 304 | 115 | 130 |
| Binary | 11001000 | 11101011 | 11111000 | 10011 | 101 | 0 | 11 | 11000100 | 1001101 | 1011000 |
Color Harmonies of #C8EBF8
Complementary color
Monochromatic Colors of #C8EBF8
Black with #C8EBF8
Text Example
Text Example
White with #C8EBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EBF8; }
p { color: rgb(200,235,248); }
H1.HeaderClassName
{
color: #C8EBF8;
}
.AnyTagClassName
{
color: #C8EBF8;
}
</style>
background-color css
<style>
a { background-color: #C8EBF8; }
a { background-color: rgb(200,235,248); }
div.DivClassName
{
background-color: #C8EBF8;
}
.BgClassName
{
background-color: #C8EBF8;
}
</style>
border-color css
<style>
span { border-color: #C8EBF8; }
span { border-color: rgb(200,235,248); }
td.TdClassName
{
border-color: #C8EBF8;
}
.TagClassName
{
border-color: #C8EBF8;
}
</style>