Shades of Pattens Blue #C6EAFF
Tints of Pattens Blue #C6EAFF
RGB
CMYK
RGB Variations
Color information
#C6EAFF (or 0xC6EAFF) is known color: Pattens Blue. HEX triplet: C6, EA and FF. RGB value is (198,234,255). Sum of RGB (Red+Green+Blue) = 198+234+255=687 (90% of max value = 765). Red value is 198 (77.73% from 255 or 28.82% from 687); Green value is 234 (91.80% from 255 or 34.06% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6EAFF is #391500. Grayscale: #E1E1E1. Windows color (decimal): -3740929 or 16771782. OLE color: 16771782.
HSL color Cylindrical-coordinate representation of color #C6EAFF: hue angle of 202.11º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6EAFF is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 234 | 255 | - |
| CMYK | 0.22 | 0.08 | 0 | 0 |
| HSL | 202.11º | 1% | 0.89% | - |
| HSV(B) | 202.11º | 0.22% | 1% | - |
| XYZ | 70.76 | 78.07 | 105.95 | - |
| YUV | 225.63 | 144.57 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 234 | 255 | 0.22 | 0.08 | 0 | 0 | 202.11 | 1 | 0.89 |
| Hex | C6 | EA | FF | 16 | 8 | 0 | 0 | CA | 64 | 59 |
| Octal | 306 | 352 | 377 | 26 | 10 | 0 | 0 | 312 | 144 | 131 |
| Binary | 11000110 | 11101010 | 11111111 | 10110 | 1000 | 0 | 0 | 11001010 | 1100100 | 1011001 |
Color Harmonies of #C6EAFF
Complementary color
Monochromatic Colors of #C6EAFF
Black with #C6EAFF
Text Example
Text Example
White with #C6EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EAFF; }
p { color: rgb(198,234,255); }
H1.HeaderClassName
{
color: #C6EAFF;
}
.AnyTagClassName
{
color: #C6EAFF;
}
</style>
background-color css
<style>
a { background-color: #C6EAFF; }
a { background-color: rgb(198,234,255); }
div.DivClassName
{
background-color: #C6EAFF;
}
.BgClassName
{
background-color: #C6EAFF;
}
</style>
border-color css
<style>
span { border-color: #C6EAFF; }
span { border-color: rgb(198,234,255); }
td.TdClassName
{
border-color: #C6EAFF;
}
.TagClassName
{
border-color: #C6EAFF;
}
</style>