Shades of Pattens Blue #C6EAFE
Tints of Pattens Blue #C6EAFE
RGB
CMYK
RGB Variations
Color information
#C6EAFE (or 0xC6EAFE) is known color: Pattens Blue. HEX triplet: C6, EA and FE. RGB value is (198,234,254). Sum of RGB (Red+Green+Blue) = 198+234+254=686 (90% of max value = 765). Red value is 198 (77.73% from 255 or 28.86% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6EAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6EAFE is #391501. Grayscale: #E1E1E1. Windows color (decimal): -3740930 or 16706246. OLE color: 16706246.
HSL color Cylindrical-coordinate representation of color #C6EAFE: hue angle of 201.43º 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 #C6EAFE is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 234 | 254 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.00 |
| HSL | 201.43º | 0.97% | 0.89% | - |
| HSV(B) | 201.43º | 0.22% | 1% | - |
| XYZ | 70.6 | 78.01 | 105.1 | - |
| YUV | 225.52 | 144.07 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 234 | 254 | 0.22 | 0.08 | 0 | 0.00 | 201.43 | 0.97 | 0.89 |
| Hex | C6 | EA | FE | 16 | 8 | 0 | 0 | C9 | 61 | 59 |
| Octal | 306 | 352 | 376 | 26 | 10 | 0 | 0 | 311 | 141 | 131 |
| Binary | 11000110 | 11101010 | 11111110 | 10110 | 1000 | 0 | 0 | 11001001 | 1100001 | 1011001 |
Color Harmonies of #C6EAFE
Complementary color
Monochromatic Colors of #C6EAFE
Black with #C6EAFE
Text Example
Text Example
White with #C6EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EAFE; }
p { color: rgb(198,234,254); }
H1.HeaderClassName
{
color: #C6EAFE;
}
.AnyTagClassName
{
color: #C6EAFE;
}
</style>
background-color css
<style>
a { background-color: #C6EAFE; }
a { background-color: rgb(198,234,254); }
div.DivClassName
{
background-color: #C6EAFE;
}
.BgClassName
{
background-color: #C6EAFE;
}
</style>
border-color css
<style>
span { border-color: #C6EAFE; }
span { border-color: rgb(198,234,254); }
td.TdClassName
{
border-color: #C6EAFE;
}
.TagClassName
{
border-color: #C6EAFE;
}
</style>