Shades of Seagull #8ABBC8
Tints of Seagull #8ABBC8
RGB
CMYK
RGB Variations
Color information
#8ABBC8 (or 0x8ABBC8) is known color: Seagull. HEX triplet: 8A, BB and C8. RGB value is (138,187,200). Sum of RGB (Red+Green+Blue) = 138+187+200=525 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.29% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 200 - color contains mainly: blue. Hex color #8ABBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABBC8 is #754437. Grayscale: #ADADAD. Windows color (decimal): -7685176 or 13155210. OLE color: 13155210.
HSL color Cylindrical-coordinate representation of color #8ABBC8: hue angle of 192.58º 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 #8ABBC8 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 187 | 200 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.22 |
| HSL | 192.58º | 0.36% | 0.66% | - |
| HSV(B) | 192.58º | 0.31% | 0.78% | - |
| XYZ | 38.68 | 45.11 | 61.31 | - |
| YUV | 173.83 | 142.77 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 200 | 0.31 | 0.06 | 0 | 0.22 | 192.58 | 0.36 | 0.66 |
| Hex | 8A | BB | C8 | 1F | 6 | 0 | 16 | C1 | 24 | 42 |
| Octal | 212 | 273 | 310 | 37 | 6 | 0 | 26 | 301 | 44 | 102 |
| Binary | 10001010 | 10111011 | 11001000 | 11111 | 110 | 0 | 10110 | 11000001 | 100100 | 1000010 |
Color Harmonies of #8ABBC8
Complementary color
Monochromatic Colors of #8ABBC8
Black with #8ABBC8
Text Example
Text Example
White with #8ABBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABBC8; }
p { color: rgb(138,187,200); }
H1.HeaderClassName
{
color: #8ABBC8;
}
.AnyTagClassName
{
color: #8ABBC8;
}
</style>
background-color css
<style>
a { background-color: #8ABBC8; }
a { background-color: rgb(138,187,200); }
div.DivClassName
{
background-color: #8ABBC8;
}
.BgClassName
{
background-color: #8ABBC8;
}
</style>
border-color css
<style>
span { border-color: #8ABBC8; }
span { border-color: rgb(138,187,200); }
td.TdClassName
{
border-color: #8ABBC8;
}
.TagClassName
{
border-color: #8ABBC8;
}
</style>