Shades of Atoll #207C86
Tints of Atoll #207C86
RGB
CMYK
RGB Variations
Color information
#207C86 (or 0x207C86) is known color: Atoll. HEX triplet: 20, 7C and 86. RGB value is (32,124,134). Sum of RGB (Red+Green+Blue) = 32+124+134=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 134 (52.73% from 255 or 46.21% from 290); Max value from RGB is 134 - color contains mainly: blue. Hex color #207C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207C86 is #DF8379. Grayscale: #616161. Windows color (decimal): -14648186 or 8813600. OLE color: 8813600.
HSL color Cylindrical-coordinate representation of color #207C86: hue angle of 185.88º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #207C86 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 124 | 134 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.47 |
| HSL | 185.88º | 0.61% | 0.33% | - |
| HSV(B) | 185.88º | 0.76% | 0.53% | - |
| XYZ | 12.11 | 16.44 | 25.09 | - |
| YUV | 97.63 | 148.52 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 134 | 0.76 | 0.07 | 0 | 0.47 | 185.88 | 0.61 | 0.33 |
| Hex | 20 | 7C | 86 | 4C | 7 | 0 | 2F | BA | 3D | 21 |
| Octal | 40 | 174 | 206 | 114 | 7 | 0 | 57 | 272 | 75 | 41 |
| Binary | 100000 | 1111100 | 10000110 | 1001100 | 111 | 0 | 101111 | 10111010 | 111101 | 100001 |
Color Harmonies of #207C86
Complementary color
Monochromatic Colors of #207C86
Black with #207C86
Text Example
Text Example
White with #207C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207C86; }
p { color: rgb(32,124,134); }
H1.HeaderClassName
{
color: #207C86;
}
.AnyTagClassName
{
color: #207C86;
}
</style>
background-color css
<style>
a { background-color: #207C86; }
a { background-color: rgb(32,124,134); }
div.DivClassName
{
background-color: #207C86;
}
.BgClassName
{
background-color: #207C86;
}
</style>
border-color css
<style>
span { border-color: #207C86; }
span { border-color: rgb(32,124,134); }
td.TdClassName
{
border-color: #207C86;
}
.TagClassName
{
border-color: #207C86;
}
</style>