Shades of Seagull #8ABCC9
Tints of Seagull #8ABCC9
RGB
CMYK
RGB Variations
Color information
#8ABCC9 (or 0x8ABCC9) is known color: Seagull. HEX triplet: 8A, BC and C9. RGB value is (138,188,201). Sum of RGB (Red+Green+Blue) = 138+188+201=527 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.19% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 201 - color contains mainly: blue. Hex color #8ABCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABCC9 is #754336. Grayscale: #AEAEAE. Windows color (decimal): -7684919 or 13221002. OLE color: 13221002.
HSL color Cylindrical-coordinate representation of color #8ABCC9: hue angle of 192.38º 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 #8ABCC9 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 188 | 201 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.21 |
| HSL | 192.38º | 0.37% | 0.66% | - |
| HSV(B) | 192.38º | 0.31% | 0.79% | - |
| XYZ | 39.01 | 45.59 | 62 | - |
| YUV | 174.53 | 142.94 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 201 | 0.31 | 0.06 | 0 | 0.21 | 192.38 | 0.37 | 0.66 |
| Hex | 8A | BC | C9 | 1F | 6 | 0 | 15 | C0 | 25 | 42 |
| Octal | 212 | 274 | 311 | 37 | 6 | 0 | 25 | 300 | 45 | 102 |
| Binary | 10001010 | 10111100 | 11001001 | 11111 | 110 | 0 | 10101 | 11000000 | 100101 | 1000010 |
Color Harmonies of #8ABCC9
Complementary color
Monochromatic Colors of #8ABCC9
Black with #8ABCC9
Text Example
Text Example
White with #8ABCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABCC9; }
p { color: rgb(138,188,201); }
H1.HeaderClassName
{
color: #8ABCC9;
}
.AnyTagClassName
{
color: #8ABCC9;
}
</style>
background-color css
<style>
a { background-color: #8ABCC9; }
a { background-color: rgb(138,188,201); }
div.DivClassName
{
background-color: #8ABCC9;
}
.BgClassName
{
background-color: #8ABCC9;
}
</style>
border-color css
<style>
span { border-color: #8ABCC9; }
span { border-color: rgb(138,188,201); }
td.TdClassName
{
border-color: #8ABCC9;
}
.TagClassName
{
border-color: #8ABCC9;
}
</style>