Shades of Seagull #8ABAC8
Tints of Seagull #8ABAC8
RGB
CMYK
RGB Variations
Color information
#8ABAC8 (or 0x8ABAC8) is known color: Seagull. HEX triplet: 8A, BA and C8. RGB value is (138,186,200). Sum of RGB (Red+Green+Blue) = 138+186+200=524 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.34% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 200 - color contains mainly: blue. Hex color #8ABAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABAC8 is #754537. Grayscale: #ADADAD. Windows color (decimal): -7685432 or 13154954. OLE color: 13154954.
HSL color Cylindrical-coordinate representation of color #8ABAC8: hue angle of 193.55º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ABAC8 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 186 | 200 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.22 |
| HSL | 193.55º | 0.36% | 0.66% | - |
| HSV(B) | 193.55º | 0.31% | 0.78% | - |
| XYZ | 38.47 | 44.69 | 61.24 | - |
| YUV | 173.24 | 143.1 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 200 | 0.31 | 0.07 | 0 | 0.22 | 193.55 | 0.36 | 0.66 |
| Hex | 8A | BA | C8 | 1F | 7 | 0 | 16 | C2 | 24 | 42 |
| Octal | 212 | 272 | 310 | 37 | 7 | 0 | 26 | 302 | 44 | 102 |
| Binary | 10001010 | 10111010 | 11001000 | 11111 | 111 | 0 | 10110 | 11000010 | 100100 | 1000010 |
Color Harmonies of #8ABAC8
Complementary color
Monochromatic Colors of #8ABAC8
Black with #8ABAC8
Text Example
Text Example
White with #8ABAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABAC8; }
p { color: rgb(138,186,200); }
H1.HeaderClassName
{
color: #8ABAC8;
}
.AnyTagClassName
{
color: #8ABAC8;
}
</style>
background-color css
<style>
a { background-color: #8ABAC8; }
a { background-color: rgb(138,186,200); }
div.DivClassName
{
background-color: #8ABAC8;
}
.BgClassName
{
background-color: #8ABAC8;
}
</style>
border-color css
<style>
span { border-color: #8ABAC8; }
span { border-color: rgb(138,186,200); }
td.TdClassName
{
border-color: #8ABAC8;
}
.TagClassName
{
border-color: #8ABAC8;
}
</style>