Shades of Seagull #8ABAC9
Tints of Seagull #8ABAC9
RGB
CMYK
RGB Variations
Color information
#8ABAC9 (or 0x8ABAC9) is known color: Seagull. HEX triplet: 8A, BA and C9. RGB value is (138,186,201). Sum of RGB (Red+Green+Blue) = 138+186+201=525 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.29% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 201 - color contains mainly: blue. Hex color #8ABAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABAC9 is #754536. Grayscale: #ADADAD. Windows color (decimal): -7685431 or 13220490. OLE color: 13220490.
HSL color Cylindrical-coordinate representation of color #8ABAC9: hue angle of 194.29º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ABAC9 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 186 | 201 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.21 |
| HSL | 194.29º | 0.37% | 0.66% | - |
| HSV(B) | 194.29º | 0.31% | 0.79% | - |
| XYZ | 38.58 | 44.74 | 61.86 | - |
| YUV | 173.36 | 143.6 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 201 | 0.31 | 0.07 | 0 | 0.21 | 194.29 | 0.37 | 0.66 |
| Hex | 8A | BA | C9 | 1F | 7 | 0 | 15 | C2 | 25 | 42 |
| Octal | 212 | 272 | 311 | 37 | 7 | 0 | 25 | 302 | 45 | 102 |
| Binary | 10001010 | 10111010 | 11001001 | 11111 | 111 | 0 | 10101 | 11000010 | 100101 | 1000010 |
Color Harmonies of #8ABAC9
Complementary color
Monochromatic Colors of #8ABAC9
Black with #8ABAC9
Text Example
Text Example
White with #8ABAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABAC9; }
p { color: rgb(138,186,201); }
H1.HeaderClassName
{
color: #8ABAC9;
}
.AnyTagClassName
{
color: #8ABAC9;
}
</style>
background-color css
<style>
a { background-color: #8ABAC9; }
a { background-color: rgb(138,186,201); }
div.DivClassName
{
background-color: #8ABAC9;
}
.BgClassName
{
background-color: #8ABAC9;
}
</style>
border-color css
<style>
span { border-color: #8ABAC9; }
span { border-color: rgb(138,186,201); }
td.TdClassName
{
border-color: #8ABAC9;
}
.TagClassName
{
border-color: #8ABAC9;
}
</style>