Shades of Pattens Blue #C8E9F8
Tints of Pattens Blue #C8E9F8
RGB
CMYK
RGB Variations
Color information
#C8E9F8 (or 0xC8E9F8) is known color: Pattens Blue. HEX triplet: C8, E9 and F8. RGB value is (200,233,248). Sum of RGB (Red+Green+Blue) = 200+233+248=681 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.37% from 681); Green value is 233 (91.41% from 255 or 34.21% from 681); Blue value is 248 (97.27% from 255 or 36.42% from 681); Max value from RGB is 248 - color contains mainly: blue. Hex color #C8E9F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8E9F8 is #371607. Grayscale: #E0E0E0. Windows color (decimal): -3610120 or 16312776. OLE color: 16312776.
HSL color Cylindrical-coordinate representation of color #C8E9F8: hue angle of 198.75º 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 #C8E9F8 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 233 | 248 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.03 |
| HSL | 198.75º | 0.77% | 0.88% | - |
| HSV(B) | 198.75º | 0.19% | 0.97% | - |
| XYZ | 69.9 | 77.33 | 100.05 | - |
| YUV | 224.84 | 141.07 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 233 | 248 | 0.19 | 0.06 | 0 | 0.03 | 198.75 | 0.77 | 0.88 |
| Hex | C8 | E9 | F8 | 13 | 6 | 0 | 3 | C7 | 4D | 58 |
| Octal | 310 | 351 | 370 | 23 | 6 | 0 | 3 | 307 | 115 | 130 |
| Binary | 11001000 | 11101001 | 11111000 | 10011 | 110 | 0 | 11 | 11000111 | 1001101 | 1011000 |
Color Harmonies of #C8E9F8
Complementary color
Monochromatic Colors of #C8E9F8
Black with #C8E9F8
Text Example
Text Example
White with #C8E9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E9F8; }
p { color: rgb(200,233,248); }
H1.HeaderClassName
{
color: #C8E9F8;
}
.AnyTagClassName
{
color: #C8E9F8;
}
</style>
background-color css
<style>
a { background-color: #C8E9F8; }
a { background-color: rgb(200,233,248); }
div.DivClassName
{
background-color: #C8E9F8;
}
.BgClassName
{
background-color: #C8E9F8;
}
</style>
border-color css
<style>
span { border-color: #C8E9F8; }
span { border-color: rgb(200,233,248); }
td.TdClassName
{
border-color: #C8E9F8;
}
.TagClassName
{
border-color: #C8E9F8;
}
</style>