Shades of Pattens Blue #C8E0FC
Tints of Pattens Blue #C8E0FC
RGB
CMYK
RGB Variations
Color information
#C8E0FC (or 0xC8E0FC) is known color: Pattens Blue. HEX triplet: C8, E0 and FC. RGB value is (200,224,252). Sum of RGB (Red+Green+Blue) = 200+224+252=676 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.59% from 676); Green value is 224 (87.89% from 255 or 33.14% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8E0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8E0FC is #371F03. Grayscale: #DBDBDB. Windows color (decimal): -3612420 or 16572616. OLE color: 16572616.
HSL color Cylindrical-coordinate representation of color #C8E0FC: hue angle of 212.31º 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 #C8E0FC is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 224 | 252 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.01 |
| HSL | 212.31º | 0.9% | 0.89% | - |
| HSV(B) | 212.31º | 0.21% | 0.99% | - |
| XYZ | 68.05 | 72.62 | 102.53 | - |
| YUV | 220.02 | 146.05 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 224 | 252 | 0.21 | 0.11 | 0 | 0.01 | 212.31 | 0.9 | 0.89 |
| Hex | C8 | E0 | FC | 15 | B | 0 | 1 | D4 | 5A | 59 |
| Octal | 310 | 340 | 374 | 25 | 13 | 0 | 1 | 324 | 132 | 131 |
| Binary | 11001000 | 11100000 | 11111100 | 10101 | 1011 | 0 | 1 | 11010100 | 1011010 | 1011001 |
Color Harmonies of #C8E0FC
Complementary color
Monochromatic Colors of #C8E0FC
Black with #C8E0FC
Text Example
Text Example
White with #C8E0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E0FC; }
p { color: rgb(200,224,252); }
H1.HeaderClassName
{
color: #C8E0FC;
}
.AnyTagClassName
{
color: #C8E0FC;
}
</style>
background-color css
<style>
a { background-color: #C8E0FC; }
a { background-color: rgb(200,224,252); }
div.DivClassName
{
background-color: #C8E0FC;
}
.BgClassName
{
background-color: #C8E0FC;
}
</style>
border-color css
<style>
span { border-color: #C8E0FC; }
span { border-color: rgb(200,224,252); }
td.TdClassName
{
border-color: #C8E0FC;
}
.TagClassName
{
border-color: #C8E0FC;
}
</style>