Shades of Pattens Blue #C6E5FE
Tints of Pattens Blue #C6E5FE
RGB
CMYK
RGB Variations
Color information
#C6E5FE (or 0xC6E5FE) is known color: Pattens Blue. HEX triplet: C6, E5 and FE. RGB value is (198,229,254). Sum of RGB (Red+Green+Blue) = 198+229+254=681 (90% of max value = 765). Red value is 198 (77.73% from 255 or 29.07% from 681); Green value is 229 (89.84% from 255 or 33.63% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6E5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6E5FE is #391A01. Grayscale: #DEDEDE. Windows color (decimal): -3742210 or 16704966. OLE color: 16704966.
HSL color Cylindrical-coordinate representation of color #C6E5FE: hue angle of 206.79º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6E5FE is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 229 | 254 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.00 |
| HSL | 206.79º | 0.97% | 0.89% | - |
| HSV(B) | 206.79º | 0.22% | 1% | - |
| XYZ | 69.2 | 75.2 | 104.63 | - |
| YUV | 222.58 | 145.73 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 229 | 254 | 0.22 | 0.10 | 0 | 0.00 | 206.79 | 0.97 | 0.89 |
| Hex | C6 | E5 | FE | 16 | A | 0 | 0 | CF | 61 | 59 |
| Octal | 306 | 345 | 376 | 26 | 12 | 0 | 0 | 317 | 141 | 131 |
| Binary | 11000110 | 11100101 | 11111110 | 10110 | 1010 | 0 | 0 | 11001111 | 1100001 | 1011001 |
Color Harmonies of #C6E5FE
Complementary color
Monochromatic Colors of #C6E5FE
Black with #C6E5FE
Text Example
Text Example
White with #C6E5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E5FE; }
p { color: rgb(198,229,254); }
H1.HeaderClassName
{
color: #C6E5FE;
}
.AnyTagClassName
{
color: #C6E5FE;
}
</style>
background-color css
<style>
a { background-color: #C6E5FE; }
a { background-color: rgb(198,229,254); }
div.DivClassName
{
background-color: #C6E5FE;
}
.BgClassName
{
background-color: #C6E5FE;
}
</style>
border-color css
<style>
span { border-color: #C6E5FE; }
span { border-color: rgb(198,229,254); }
td.TdClassName
{
border-color: #C6E5FE;
}
.TagClassName
{
border-color: #C6E5FE;
}
</style>