Shades of Seagull #8AB6C8
Tints of Seagull #8AB6C8
RGB
CMYK
RGB Variations
Color information
#8AB6C8 (or 0x8AB6C8) is known color: Seagull. HEX triplet: 8A, B6 and C8. RGB value is (138,182,200). Sum of RGB (Red+Green+Blue) = 138+182+200=520 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.54% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 200 (78.52% from 255 or 38.46% from 520); Max value from RGB is 200 - color contains mainly: blue. Hex color #8AB6C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB6C8 is #754937. Grayscale: #AAAAAA. Windows color (decimal): -7686456 or 13153930. OLE color: 13153930.
HSL color Cylindrical-coordinate representation of color #8AB6C8: hue angle of 197.42º 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 #8AB6C8 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 182 | 200 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.22 |
| HSL | 197.42º | 0.36% | 0.66% | - |
| HSV(B) | 197.42º | 0.31% | 0.78% | - |
| XYZ | 37.63 | 43.03 | 60.97 | - |
| YUV | 170.9 | 144.42 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 182 | 200 | 0.31 | 0.09 | 0 | 0.22 | 197.42 | 0.36 | 0.66 |
| Hex | 8A | B6 | C8 | 1F | 9 | 0 | 16 | C5 | 24 | 42 |
| Octal | 212 | 266 | 310 | 37 | 11 | 0 | 26 | 305 | 44 | 102 |
| Binary | 10001010 | 10110110 | 11001000 | 11111 | 1001 | 0 | 10110 | 11000101 | 100100 | 1000010 |
Color Harmonies of #8AB6C8
Complementary color
Monochromatic Colors of #8AB6C8
Black with #8AB6C8
Text Example
Text Example
White with #8AB6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB6C8; }
p { color: rgb(138,182,200); }
H1.HeaderClassName
{
color: #8AB6C8;
}
.AnyTagClassName
{
color: #8AB6C8;
}
</style>
background-color css
<style>
a { background-color: #8AB6C8; }
a { background-color: rgb(138,182,200); }
div.DivClassName
{
background-color: #8AB6C8;
}
.BgClassName
{
background-color: #8AB6C8;
}
</style>
border-color css
<style>
span { border-color: #8AB6C8; }
span { border-color: rgb(138,182,200); }
td.TdClassName
{
border-color: #8AB6C8;
}
.TagClassName
{
border-color: #8AB6C8;
}
</style>