Shades of Pattens Blue #C6E7FA
Tints of Pattens Blue #C6E7FA
RGB
CMYK
RGB Variations
Color information
#C6E7FA (or 0xC6E7FA) is known color: Pattens Blue. HEX triplet: C6, E7 and FA. RGB value is (198,231,250). Sum of RGB (Red+Green+Blue) = 198+231+250=679 (89% of max value = 765). Red value is 198 (77.73% from 255 or 29.16% from 679); Green value is 231 (90.62% from 255 or 34.02% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6E7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6E7FA is #391805. Grayscale: #DFDFDF. Windows color (decimal): -3741702 or 16443334. OLE color: 16443334.
HSL color Cylindrical-coordinate representation of color #C6E7FA: hue angle of 201.92º 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 #C6E7FA is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 231 | 250 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.02 |
| HSL | 201.92º | 0.84% | 0.88% | - |
| HSV(B) | 201.92º | 0.21% | 0.98% | - |
| XYZ | 69.12 | 76.06 | 101.48 | - |
| YUV | 223.3 | 143.07 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 231 | 250 | 0.21 | 0.08 | 0 | 0.02 | 201.92 | 0.84 | 0.88 |
| Hex | C6 | E7 | FA | 15 | 8 | 0 | 2 | CA | 54 | 58 |
| Octal | 306 | 347 | 372 | 25 | 10 | 0 | 2 | 312 | 124 | 130 |
| Binary | 11000110 | 11100111 | 11111010 | 10101 | 1000 | 0 | 10 | 11001010 | 1010100 | 1011000 |
Color Harmonies of #C6E7FA
Complementary color
Monochromatic Colors of #C6E7FA
Black with #C6E7FA
Text Example
Text Example
White with #C6E7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E7FA; }
p { color: rgb(198,231,250); }
H1.HeaderClassName
{
color: #C6E7FA;
}
.AnyTagClassName
{
color: #C6E7FA;
}
</style>
background-color css
<style>
a { background-color: #C6E7FA; }
a { background-color: rgb(198,231,250); }
div.DivClassName
{
background-color: #C6E7FA;
}
.BgClassName
{
background-color: #C6E7FA;
}
</style>
border-color css
<style>
span { border-color: #C6E7FA; }
span { border-color: rgb(198,231,250); }
td.TdClassName
{
border-color: #C6E7FA;
}
.TagClassName
{
border-color: #C6E7FA;
}
</style>