Shades of Pattens Blue #C8E8FA
Tints of Pattens Blue #C8E8FA
RGB
CMYK
RGB Variations
Color information
#C8E8FA (or 0xC8E8FA) is known color: Pattens Blue. HEX triplet: C8, E8 and FA. RGB value is (200,232,250). Sum of RGB (Red+Green+Blue) = 200+232+250=682 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.33% from 682); Green value is 232 (91.02% from 255 or 34.02% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8E8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8E8FA is #371705. Grayscale: #E0E0E0. Windows color (decimal): -3610374 or 16443592. OLE color: 16443592.
HSL color Cylindrical-coordinate representation of color #C8E8FA: hue angle of 201.6º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8E8FA is Cyan = 0.2, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 232 | 250 | - |
| CMYK | 0.2 | 0.07 | 0 | 0.02 |
| HSL | 201.6º | 0.83% | 0.88% | - |
| HSV(B) | 201.6º | 0.2% | 0.98% | - |
| XYZ | 69.93 | 76.89 | 101.6 | - |
| YUV | 224.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 232 | 250 | 0.2 | 0.07 | 0 | 0.02 | 201.6 | 0.83 | 0.88 |
| Hex | C8 | E8 | FA | 14 | 7 | 0 | 2 | CA | 53 | 58 |
| Octal | 310 | 350 | 372 | 24 | 7 | 0 | 2 | 312 | 123 | 130 |
| Binary | 11001000 | 11101000 | 11111010 | 10100 | 111 | 0 | 10 | 11001010 | 1010011 | 1011000 |
Color Harmonies of #C8E8FA
Complementary color
Monochromatic Colors of #C8E8FA
Black with #C8E8FA
Text Example
Text Example
White with #C8E8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E8FA; }
p { color: rgb(200,232,250); }
H1.HeaderClassName
{
color: #C8E8FA;
}
.AnyTagClassName
{
color: #C8E8FA;
}
</style>
background-color css
<style>
a { background-color: #C8E8FA; }
a { background-color: rgb(200,232,250); }
div.DivClassName
{
background-color: #C8E8FA;
}
.BgClassName
{
background-color: #C8E8FA;
}
</style>
border-color css
<style>
span { border-color: #C8E8FA; }
span { border-color: rgb(200,232,250); }
td.TdClassName
{
border-color: #C8E8FA;
}
.TagClassName
{
border-color: #C8E8FA;
}
</style>