Shades of Pattens Blue #C6EFFF
Tints of Pattens Blue #C6EFFF
RGB
CMYK
RGB Variations
Color information
#C6EFFF (or 0xC6EFFF) is known color: Pattens Blue. HEX triplet: C6, EF and FF. RGB value is (198,239,255). Sum of RGB (Red+Green+Blue) = 198+239+255=692 (91% of max value = 765). Red value is 198 (77.73% from 255 or 28.61% from 692); Green value is 239 (93.75% from 255 or 34.54% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6EFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6EFFF is #391000. Grayscale: #E4E4E4. Windows color (decimal): -3739649 or 16773062. OLE color: 16773062.
HSL color Cylindrical-coordinate representation of color #C6EFFF: hue angle of 196.84º 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 #C6EFFF is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 239 | 255 | - |
| CMYK | 0.22 | 0.06 | 0 | 0 |
| HSL | 196.84º | 1% | 0.89% | - |
| HSV(B) | 196.84º | 0.22% | 1% | - |
| XYZ | 72.21 | 80.96 | 106.43 | - |
| YUV | 228.57 | 142.92 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 239 | 255 | 0.22 | 0.06 | 0 | 0 | 196.84 | 1 | 0.89 |
| Hex | C6 | EF | FF | 16 | 6 | 0 | 0 | C5 | 64 | 59 |
| Octal | 306 | 357 | 377 | 26 | 6 | 0 | 0 | 305 | 144 | 131 |
| Binary | 11000110 | 11101111 | 11111111 | 10110 | 110 | 0 | 0 | 11000101 | 1100100 | 1011001 |
Color Harmonies of #C6EFFF
Complementary color
Monochromatic Colors of #C6EFFF
Black with #C6EFFF
Text Example
Text Example
White with #C6EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EFFF; }
p { color: rgb(198,239,255); }
H1.HeaderClassName
{
color: #C6EFFF;
}
.AnyTagClassName
{
color: #C6EFFF;
}
</style>
background-color css
<style>
a { background-color: #C6EFFF; }
a { background-color: rgb(198,239,255); }
div.DivClassName
{
background-color: #C6EFFF;
}
.BgClassName
{
background-color: #C6EFFF;
}
</style>
border-color css
<style>
span { border-color: #C6EFFF; }
span { border-color: rgb(198,239,255); }
td.TdClassName
{
border-color: #C6EFFF;
}
.TagClassName
{
border-color: #C6EFFF;
}
</style>