Shades of Seagull #8AB9CB
Tints of Seagull #8AB9CB
RGB
CMYK
RGB Variations
Color information
#8AB9CB (or 0x8AB9CB) is known color: Seagull. HEX triplet: 8A, B9 and CB. RGB value is (138,185,203). Sum of RGB (Red+Green+Blue) = 138+185+203=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #8AB9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB9CB is #754634. Grayscale: #ACACAC. Windows color (decimal): -7685685 or 13351306. OLE color: 13351306.
HSL color Cylindrical-coordinate representation of color #8AB9CB: hue angle of 196.62º 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 #8AB9CB is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 185 | 203 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.20 |
| HSL | 196.62º | 0.38% | 0.67% | - |
| HSV(B) | 196.62º | 0.32% | 0.8% | - |
| XYZ | 38.61 | 44.41 | 63.04 | - |
| YUV | 173 | 144.93 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 185 | 203 | 0.32 | 0.09 | 0 | 0.20 | 196.62 | 0.38 | 0.67 |
| Hex | 8A | B9 | CB | 20 | 9 | 0 | 14 | C5 | 26 | 43 |
| Octal | 212 | 271 | 313 | 40 | 11 | 0 | 24 | 305 | 46 | 103 |
| Binary | 10001010 | 10111001 | 11001011 | 100000 | 1001 | 0 | 10100 | 11000101 | 100110 | 1000011 |
Color Harmonies of #8AB9CB
Complementary color
Monochromatic Colors of #8AB9CB
Black with #8AB9CB
Text Example
Text Example
White with #8AB9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB9CB; }
p { color: rgb(138,185,203); }
H1.HeaderClassName
{
color: #8AB9CB;
}
.AnyTagClassName
{
color: #8AB9CB;
}
</style>
background-color css
<style>
a { background-color: #8AB9CB; }
a { background-color: rgb(138,185,203); }
div.DivClassName
{
background-color: #8AB9CB;
}
.BgClassName
{
background-color: #8AB9CB;
}
</style>
border-color css
<style>
span { border-color: #8AB9CB; }
span { border-color: rgb(138,185,203); }
td.TdClassName
{
border-color: #8AB9CB;
}
.TagClassName
{
border-color: #8AB9CB;
}
</style>