Shades of Atoll #1B7F88
Tints of Atoll #1B7F88
RGB
CMYK
RGB Variations
Color information
#1B7F88 (or 0x1B7F88) is known color: Atoll. HEX triplet: 1B, 7F and 88. RGB value is (27,127,136). Sum of RGB (Red+Green+Blue) = 27+127+136=290 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.31% from 290); Green value is 127 (50% from 255 or 43.79% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #1B7F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7F88 is #E48077. Grayscale: #616161. Windows color (decimal): -14975096 or 8945435. OLE color: 8945435.
HSL color Cylindrical-coordinate representation of color #1B7F88: hue angle of 184.95º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B7F88 is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 27 | 127 | 136 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.47 |
| HSL | 184.95º | 0.67% | 0.32% | - |
| HSV(B) | 184.95º | 0.8% | 0.53% | - |
| XYZ | 12.49 | 17.19 | 25.95 | - |
| YUV | 98.13 | 149.37 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 127 | 136 | 0.80 | 0.07 | 0 | 0.47 | 184.95 | 0.67 | 0.32 |
| Hex | 1B | 7F | 88 | 50 | 7 | 0 | 2F | B9 | 43 | 20 |
| Octal | 33 | 177 | 210 | 120 | 7 | 0 | 57 | 271 | 103 | 40 |
| Binary | 11011 | 1111111 | 10001000 | 1010000 | 111 | 0 | 101111 | 10111001 | 1000011 | 100000 |
Color Harmonies of #1B7F88
Complementary color
Monochromatic Colors of #1B7F88
Black with #1B7F88
Text Example
Text Example
White with #1B7F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7F88; }
p { color: rgb(27,127,136); }
H1.HeaderClassName
{
color: #1B7F88;
}
.AnyTagClassName
{
color: #1B7F88;
}
</style>
background-color css
<style>
a { background-color: #1B7F88; }
a { background-color: rgb(27,127,136); }
div.DivClassName
{
background-color: #1B7F88;
}
.BgClassName
{
background-color: #1B7F88;
}
</style>
border-color css
<style>
span { border-color: #1B7F88; }
span { border-color: rgb(27,127,136); }
td.TdClassName
{
border-color: #1B7F88;
}
.TagClassName
{
border-color: #1B7F88;
}
</style>