Shades of Seagull #8ABBD0
Tints of Seagull #8ABBD0
RGB
CMYK
RGB Variations
Color information
#8ABBD0 (or 0x8ABBD0) is known color: Seagull. HEX triplet: 8A, BB and D0. RGB value is (138,187,208). Sum of RGB (Red+Green+Blue) = 138+187+208=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 208 - color contains mainly: blue. Hex color #8ABBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABBD0 is #75442F. Grayscale: #AEAEAE. Windows color (decimal): -7685168 or 13679498. OLE color: 13679498.
HSL color Cylindrical-coordinate representation of color #8ABBD0: hue angle of 198º degrees, saturation: 0.43, 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 #8ABBD0 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 187 | 208 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.18 |
| HSL | 198º | 0.43% | 0.68% | - |
| HSV(B) | 198º | 0.34% | 0.82% | - |
| XYZ | 39.64 | 45.5 | 66.37 | - |
| YUV | 174.74 | 146.77 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 208 | 0.34 | 0.10 | 0 | 0.18 | 198 | 0.43 | 0.68 |
| Hex | 8A | BB | D0 | 22 | A | 0 | 12 | C6 | 2B | 44 |
| Octal | 212 | 273 | 320 | 42 | 12 | 0 | 22 | 306 | 53 | 104 |
| Binary | 10001010 | 10111011 | 11010000 | 100010 | 1010 | 0 | 10010 | 11000110 | 101011 | 1000100 |
Color Harmonies of #8ABBD0
Complementary color
Monochromatic Colors of #8ABBD0
Black with #8ABBD0
Text Example
Text Example
White with #8ABBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABBD0; }
p { color: rgb(138,187,208); }
H1.HeaderClassName
{
color: #8ABBD0;
}
.AnyTagClassName
{
color: #8ABBD0;
}
</style>
background-color css
<style>
a { background-color: #8ABBD0; }
a { background-color: rgb(138,187,208); }
div.DivClassName
{
background-color: #8ABBD0;
}
.BgClassName
{
background-color: #8ABBD0;
}
</style>
border-color css
<style>
span { border-color: #8ABBD0; }
span { border-color: rgb(138,187,208); }
td.TdClassName
{
border-color: #8ABBD0;
}
.TagClassName
{
border-color: #8ABBD0;
}
</style>