Shades of Pattens Blue #C6E8FA
Tints of Pattens Blue #C6E8FA
RGB
CMYK
RGB Variations
Color information
#C6E8FA (or 0xC6E8FA) is known color: Pattens Blue. HEX triplet: C6, E8 and FA. RGB value is (198,232,250). Sum of RGB (Red+Green+Blue) = 198+232+250=680 (90% of max value = 765). Red value is 198 (77.73% from 255 or 29.12% from 680); Green value is 232 (91.02% from 255 or 34.12% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6E8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6E8FA is #391705. Grayscale: #DFDFDF. Windows color (decimal): -3741446 or 16443590. OLE color: 16443590.
HSL color Cylindrical-coordinate representation of color #C6E8FA: hue angle of 200.77º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6E8FA is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 232 | 250 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.02 |
| HSL | 200.77º | 0.84% | 0.88% | - |
| HSV(B) | 200.77º | 0.21% | 0.98% | - |
| XYZ | 69.4 | 76.62 | 101.57 | - |
| YUV | 223.89 | 142.74 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 232 | 250 | 0.21 | 0.07 | 0 | 0.02 | 200.77 | 0.84 | 0.88 |
| Hex | C6 | E8 | FA | 15 | 7 | 0 | 2 | C9 | 54 | 58 |
| Octal | 306 | 350 | 372 | 25 | 7 | 0 | 2 | 311 | 124 | 130 |
| Binary | 11000110 | 11101000 | 11111010 | 10101 | 111 | 0 | 10 | 11001001 | 1010100 | 1011000 |
Color Harmonies of #C6E8FA
Complementary color
Monochromatic Colors of #C6E8FA
Black with #C6E8FA
Text Example
Text Example
White with #C6E8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E8FA; }
p { color: rgb(198,232,250); }
H1.HeaderClassName
{
color: #C6E8FA;
}
.AnyTagClassName
{
color: #C6E8FA;
}
</style>
background-color css
<style>
a { background-color: #C6E8FA; }
a { background-color: rgb(198,232,250); }
div.DivClassName
{
background-color: #C6E8FA;
}
.BgClassName
{
background-color: #C6E8FA;
}
</style>
border-color css
<style>
span { border-color: #C6E8FA; }
span { border-color: rgb(198,232,250); }
td.TdClassName
{
border-color: #C6E8FA;
}
.TagClassName
{
border-color: #C6E8FA;
}
</style>