Shades of Seagull #8AB7D1
Tints of Seagull #8AB7D1
RGB
CMYK
RGB Variations
Color information
#8AB7D1 (or 0x8AB7D1) is known color: Seagull. HEX triplet: 8A, B7 and D1. RGB value is (138,183,209). Sum of RGB (Red+Green+Blue) = 138+183+209=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 209 - color contains mainly: blue. Hex color #8AB7D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB7D1 is #75482E. Grayscale: #ACACAC. Windows color (decimal): -7686191 or 13744010. OLE color: 13744010.
HSL color Cylindrical-coordinate representation of color #8AB7D1: hue angle of 201.97º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AB7D1 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 183 | 209 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.18 |
| HSL | 201.97º | 0.44% | 0.68% | - |
| HSV(B) | 201.97º | 0.34% | 0.82% | - |
| XYZ | 38.92 | 43.87 | 66.74 | - |
| YUV | 172.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 183 | 209 | 0.34 | 0.12 | 0 | 0.18 | 201.97 | 0.44 | 0.68 |
| Hex | 8A | B7 | D1 | 22 | C | 0 | 12 | CA | 2C | 44 |
| Octal | 212 | 267 | 321 | 42 | 14 | 0 | 22 | 312 | 54 | 104 |
| Binary | 10001010 | 10110111 | 11010001 | 100010 | 1100 | 0 | 10010 | 11001010 | 101100 | 1000100 |
Color Harmonies of #8AB7D1
Complementary color
Monochromatic Colors of #8AB7D1
Black with #8AB7D1
Text Example
Text Example
White with #8AB7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB7D1; }
p { color: rgb(138,183,209); }
H1.HeaderClassName
{
color: #8AB7D1;
}
.AnyTagClassName
{
color: #8AB7D1;
}
</style>
background-color css
<style>
a { background-color: #8AB7D1; }
a { background-color: rgb(138,183,209); }
div.DivClassName
{
background-color: #8AB7D1;
}
.BgClassName
{
background-color: #8AB7D1;
}
</style>
border-color css
<style>
span { border-color: #8AB7D1; }
span { border-color: rgb(138,183,209); }
td.TdClassName
{
border-color: #8AB7D1;
}
.TagClassName
{
border-color: #8AB7D1;
}
</style>