Shades of Pattens Blue #C8EBFC
Tints of Pattens Blue #C8EBFC
RGB
CMYK
RGB Variations
Color information
#C8EBFC (or 0xC8EBFC) is known color: Pattens Blue. HEX triplet: C8, EB and FC. RGB value is (200,235,252). Sum of RGB (Red+Green+Blue) = 200+235+252=687 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.11% from 687); Green value is 235 (92.19% from 255 or 34.21% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8EBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EBFC is #371403. Grayscale: #E2E2E2. Windows color (decimal): -3609604 or 16575432. OLE color: 16575432.
HSL color Cylindrical-coordinate representation of color #C8EBFC: hue angle of 199.62º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8EBFC is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 235 | 252 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.01 |
| HSL | 199.62º | 0.9% | 0.89% | - |
| HSV(B) | 199.62º | 0.21% | 0.99% | - |
| XYZ | 71.1 | 78.72 | 103.54 | - |
| YUV | 226.47 | 142.4 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 235 | 252 | 0.21 | 0.07 | 0 | 0.01 | 199.62 | 0.9 | 0.89 |
| Hex | C8 | EB | FC | 15 | 7 | 0 | 1 | C8 | 5A | 59 |
| Octal | 310 | 353 | 374 | 25 | 7 | 0 | 1 | 310 | 132 | 131 |
| Binary | 11001000 | 11101011 | 11111100 | 10101 | 111 | 0 | 1 | 11001000 | 1011010 | 1011001 |
Color Harmonies of #C8EBFC
Complementary color
Monochromatic Colors of #C8EBFC
Black with #C8EBFC
Text Example
Text Example
White with #C8EBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EBFC; }
p { color: rgb(200,235,252); }
H1.HeaderClassName
{
color: #C8EBFC;
}
.AnyTagClassName
{
color: #C8EBFC;
}
</style>
background-color css
<style>
a { background-color: #C8EBFC; }
a { background-color: rgb(200,235,252); }
div.DivClassName
{
background-color: #C8EBFC;
}
.BgClassName
{
background-color: #C8EBFC;
}
</style>
border-color css
<style>
span { border-color: #C8EBFC; }
span { border-color: rgb(200,235,252); }
td.TdClassName
{
border-color: #C8EBFC;
}
.TagClassName
{
border-color: #C8EBFC;
}
</style>