Shades of Seagull #8AB8C9
Tints of Seagull #8AB8C9
RGB
CMYK
RGB Variations
Color information
#8AB8C9 (or 0x8AB8C9) is known color: Seagull. HEX triplet: 8A, B8 and C9. RGB value is (138,184,201). Sum of RGB (Red+Green+Blue) = 138+184+201=523 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.39% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 201 (78.91% from 255 or 38.43% from 523); Max value from RGB is 201 - color contains mainly: blue. Hex color #8AB8C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB8C9 is #754736. Grayscale: #ACACAC. Windows color (decimal): -7685943 or 13219978. OLE color: 13219978.
HSL color Cylindrical-coordinate representation of color #8AB8C9: hue angle of 196.19º 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 #8AB8C9 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 184 | 201 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.21 |
| HSL | 196.19º | 0.37% | 0.66% | - |
| HSV(B) | 196.19º | 0.31% | 0.79% | - |
| XYZ | 38.16 | 43.9 | 61.72 | - |
| YUV | 172.18 | 144.26 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 201 | 0.31 | 0.08 | 0 | 0.21 | 196.19 | 0.37 | 0.66 |
| Hex | 8A | B8 | C9 | 1F | 8 | 0 | 15 | C4 | 25 | 42 |
| Octal | 212 | 270 | 311 | 37 | 10 | 0 | 25 | 304 | 45 | 102 |
| Binary | 10001010 | 10111000 | 11001001 | 11111 | 1000 | 0 | 10101 | 11000100 | 100101 | 1000010 |
Color Harmonies of #8AB8C9
Complementary color
Monochromatic Colors of #8AB8C9
Black with #8AB8C9
Text Example
Text Example
White with #8AB8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB8C9; }
p { color: rgb(138,184,201); }
H1.HeaderClassName
{
color: #8AB8C9;
}
.AnyTagClassName
{
color: #8AB8C9;
}
</style>
background-color css
<style>
a { background-color: #8AB8C9; }
a { background-color: rgb(138,184,201); }
div.DivClassName
{
background-color: #8AB8C9;
}
.BgClassName
{
background-color: #8AB8C9;
}
</style>
border-color css
<style>
span { border-color: #8AB8C9; }
span { border-color: rgb(138,184,201); }
td.TdClassName
{
border-color: #8AB8C9;
}
.TagClassName
{
border-color: #8AB8C9;
}
</style>