Shades of Seagull #8ABBC9
Tints of Seagull #8ABBC9
RGB
CMYK
RGB Variations
Color information
#8ABBC9 (or 0x8ABBC9) is known color: Seagull. HEX triplet: 8A, BB and C9. RGB value is (138,187,201). Sum of RGB (Red+Green+Blue) = 138+187+201=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 201 - color contains mainly: blue. Hex color #8ABBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABBC9 is #754436. Grayscale: #ADADAD. Windows color (decimal): -7685175 or 13220746. OLE color: 13220746.
HSL color Cylindrical-coordinate representation of color #8ABBC9: hue angle of 193.33º 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 #8ABBC9 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 187 | 201 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.21 |
| HSL | 193.33º | 0.37% | 0.66% | - |
| HSV(B) | 193.33º | 0.31% | 0.79% | - |
| XYZ | 38.79 | 45.16 | 61.93 | - |
| YUV | 173.95 | 143.27 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 201 | 0.31 | 0.07 | 0 | 0.21 | 193.33 | 0.37 | 0.66 |
| Hex | 8A | BB | C9 | 1F | 7 | 0 | 15 | C1 | 25 | 42 |
| Octal | 212 | 273 | 311 | 37 | 7 | 0 | 25 | 301 | 45 | 102 |
| Binary | 10001010 | 10111011 | 11001001 | 11111 | 111 | 0 | 10101 | 11000001 | 100101 | 1000010 |
Color Harmonies of #8ABBC9
Complementary color
Monochromatic Colors of #8ABBC9
Black with #8ABBC9
Text Example
Text Example
White with #8ABBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABBC9; }
p { color: rgb(138,187,201); }
H1.HeaderClassName
{
color: #8ABBC9;
}
.AnyTagClassName
{
color: #8ABBC9;
}
</style>
background-color css
<style>
a { background-color: #8ABBC9; }
a { background-color: rgb(138,187,201); }
div.DivClassName
{
background-color: #8ABBC9;
}
.BgClassName
{
background-color: #8ABBC9;
}
</style>
border-color css
<style>
span { border-color: #8ABBC9; }
span { border-color: rgb(138,187,201); }
td.TdClassName
{
border-color: #8ABBC9;
}
.TagClassName
{
border-color: #8ABBC9;
}
</style>