Shades of Pelorous #1B99AC
Tints of Pelorous #1B99AC
RGB
CMYK
RGB Variations
Color information
#1B99AC (or 0x1B99AC) is known color: Pelorous. HEX triplet: 1B, 99 and AC. RGB value is (27,153,172). Sum of RGB (Red+Green+Blue) = 27+153+172=352 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.67% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B99AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B99AC is #E46653. Grayscale: #757575. Windows color (decimal): -14968404 or 11311387. OLE color: 11311387.
HSL color Cylindrical-coordinate representation of color #1B99AC: hue angle of 187.86º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B99AC is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 153 | 172 | - |
| CMYK | 0.84 | 0.11 | 0 | 0.33 |
| HSL | 187.86º | 0.73% | 0.39% | - |
| HSV(B) | 187.86º | 0.84% | 0.67% | - |
| XYZ | 19.29 | 25.99 | 43.03 | - |
| YUV | 117.49 | 158.76 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 153 | 172 | 0.84 | 0.11 | 0 | 0.33 | 187.86 | 0.73 | 0.39 |
| Hex | 1B | 99 | AC | 54 | B | 0 | 21 | BC | 49 | 27 |
| Octal | 33 | 231 | 254 | 124 | 13 | 0 | 41 | 274 | 111 | 47 |
| Binary | 11011 | 10011001 | 10101100 | 1010100 | 1011 | 0 | 100001 | 10111100 | 1001001 | 100111 |
Color Harmonies of #1B99AC
Complementary color
Monochromatic Colors of #1B99AC
Black with #1B99AC
Text Example
Text Example
White with #1B99AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B99AC; }
p { color: rgb(27,153,172); }
H1.HeaderClassName
{
color: #1B99AC;
}
.AnyTagClassName
{
color: #1B99AC;
}
</style>
background-color css
<style>
a { background-color: #1B99AC; }
a { background-color: rgb(27,153,172); }
div.DivClassName
{
background-color: #1B99AC;
}
.BgClassName
{
background-color: #1B99AC;
}
</style>
border-color css
<style>
span { border-color: #1B99AC; }
span { border-color: rgb(27,153,172); }
td.TdClassName
{
border-color: #1B99AC;
}
.TagClassName
{
border-color: #1B99AC;
}
</style>