Shades of Seagull #8ABACB
Tints of Seagull #8ABACB
RGB
CMYK
RGB Variations
Color information
#8ABACB (or 0x8ABACB) is known color: Seagull. HEX triplet: 8A, BA and CB. RGB value is (138,186,203). Sum of RGB (Red+Green+Blue) = 138+186+203=527 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.19% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #8ABACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABACB is #754534. Grayscale: #ADADAD. Windows color (decimal): -7685429 or 13351562. OLE color: 13351562.
HSL color Cylindrical-coordinate representation of color #8ABACB: hue angle of 195.69º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ABACB is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 186 | 203 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.20 |
| HSL | 195.69º | 0.38% | 0.67% | - |
| HSV(B) | 195.69º | 0.32% | 0.8% | - |
| XYZ | 38.82 | 44.83 | 63.11 | - |
| YUV | 173.59 | 144.6 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 203 | 0.32 | 0.08 | 0 | 0.20 | 195.69 | 0.38 | 0.67 |
| Hex | 8A | BA | CB | 20 | 8 | 0 | 14 | C4 | 26 | 43 |
| Octal | 212 | 272 | 313 | 40 | 10 | 0 | 24 | 304 | 46 | 103 |
| Binary | 10001010 | 10111010 | 11001011 | 100000 | 1000 | 0 | 10100 | 11000100 | 100110 | 1000011 |
Color Harmonies of #8ABACB
Complementary color
Monochromatic Colors of #8ABACB
Black with #8ABACB
Text Example
Text Example
White with #8ABACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABACB; }
p { color: rgb(138,186,203); }
H1.HeaderClassName
{
color: #8ABACB;
}
.AnyTagClassName
{
color: #8ABACB;
}
</style>
background-color css
<style>
a { background-color: #8ABACB; }
a { background-color: rgb(138,186,203); }
div.DivClassName
{
background-color: #8ABACB;
}
.BgClassName
{
background-color: #8ABACB;
}
</style>
border-color css
<style>
span { border-color: #8ABACB; }
span { border-color: rgb(138,186,203); }
td.TdClassName
{
border-color: #8ABACB;
}
.TagClassName
{
border-color: #8ABACB;
}
</style>