Shades of Seagull #8ABACE
Tints of Seagull #8ABACE
RGB
CMYK
RGB Variations
Color information
#8ABACE (or 0x8ABACE) is known color: Seagull. HEX triplet: 8A, BA and CE. RGB value is (138,186,206). Sum of RGB (Red+Green+Blue) = 138+186+206=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #8ABACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABACE is #754531. Grayscale: #ADADAD. Windows color (decimal): -7685426 or 13548170. OLE color: 13548170.
HSL color Cylindrical-coordinate representation of color #8ABACE: hue angle of 197.65º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ABACE is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 186 | 206 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.19 |
| HSL | 197.65º | 0.41% | 0.67% | - |
| HSV(B) | 197.65º | 0.33% | 0.81% | - |
| XYZ | 39.18 | 44.98 | 65.01 | - |
| YUV | 173.93 | 146.1 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 206 | 0.33 | 0.10 | 0 | 0.19 | 197.65 | 0.41 | 0.67 |
| Hex | 8A | BA | CE | 21 | A | 0 | 13 | C6 | 29 | 43 |
| Octal | 212 | 272 | 316 | 41 | 12 | 0 | 23 | 306 | 51 | 103 |
| Binary | 10001010 | 10111010 | 11001110 | 100001 | 1010 | 0 | 10011 | 11000110 | 101001 | 1000011 |
Color Harmonies of #8ABACE
Complementary color
Monochromatic Colors of #8ABACE
Black with #8ABACE
Text Example
Text Example
White with #8ABACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABACE; }
p { color: rgb(138,186,206); }
H1.HeaderClassName
{
color: #8ABACE;
}
.AnyTagClassName
{
color: #8ABACE;
}
</style>
background-color css
<style>
a { background-color: #8ABACE; }
a { background-color: rgb(138,186,206); }
div.DivClassName
{
background-color: #8ABACE;
}
.BgClassName
{
background-color: #8ABACE;
}
</style>
border-color css
<style>
span { border-color: #8ABACE; }
span { border-color: rgb(138,186,206); }
td.TdClassName
{
border-color: #8ABACE;
}
.TagClassName
{
border-color: #8ABACE;
}
</style>