Shades of Seagull #8ABBD9
Tints of Seagull #8ABBD9
RGB
CMYK
RGB Variations
Color information
#8ABBD9 (or 0x8ABBD9) is known color: Seagull. HEX triplet: 8A, BB and D9. RGB value is (138,187,217). Sum of RGB (Red+Green+Blue) = 138+187+217=542 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.46% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 217 - color contains mainly: blue. Hex color #8ABBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABBD9 is #754426. Grayscale: #AFAFAF. Windows color (decimal): -7685159 or 14269322. OLE color: 14269322.
HSL color Cylindrical-coordinate representation of color #8ABBD9: hue angle of 202.78º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8ABBD9 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 187 | 217 | - |
| CMYK | 0.36 | 0.14 | 0 | 0.15 |
| HSL | 202.78º | 0.51% | 0.7% | - |
| HSV(B) | 202.78º | 0.36% | 0.85% | - |
| XYZ | 40.78 | 45.95 | 72.37 | - |
| YUV | 175.77 | 151.27 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 217 | 0.36 | 0.14 | 0 | 0.15 | 202.78 | 0.51 | 0.7 |
| Hex | 8A | BB | D9 | 24 | E | 0 | F | CB | 33 | 46 |
| Octal | 212 | 273 | 331 | 44 | 16 | 0 | 17 | 313 | 63 | 106 |
| Binary | 10001010 | 10111011 | 11011001 | 100100 | 1110 | 0 | 1111 | 11001011 | 110011 | 1000110 |
Color Harmonies of #8ABBD9
Complementary color
Monochromatic Colors of #8ABBD9
Black with #8ABBD9
Text Example
Text Example
White with #8ABBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABBD9; }
p { color: rgb(138,187,217); }
H1.HeaderClassName
{
color: #8ABBD9;
}
.AnyTagClassName
{
color: #8ABBD9;
}
</style>
background-color css
<style>
a { background-color: #8ABBD9; }
a { background-color: rgb(138,187,217); }
div.DivClassName
{
background-color: #8ABBD9;
}
.BgClassName
{
background-color: #8ABBD9;
}
</style>
border-color css
<style>
span { border-color: #8ABBD9; }
span { border-color: rgb(138,187,217); }
td.TdClassName
{
border-color: #8ABBD9;
}
.TagClassName
{
border-color: #8ABBD9;
}
</style>