Shades of Seagull #8ABFD5
Tints of Seagull #8ABFD5
RGB
CMYK
RGB Variations
Color information
#8ABFD5 (or 0x8ABFD5) is known color: Seagull. HEX triplet: 8A, BF and D5. RGB value is (138,191,213). Sum of RGB (Red+Green+Blue) = 138+191+213=542 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.46% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 213 - color contains mainly: blue. Hex color #8ABFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABFD5 is #75402A. Grayscale: #B1B1B1. Windows color (decimal): -7684139 or 14008202. OLE color: 14008202.
HSL color Cylindrical-coordinate representation of color #8ABFD5: hue angle of 197.6º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ABFD5 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 191 | 213 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.16 |
| HSL | 197.6º | 0.47% | 0.69% | - |
| HSV(B) | 197.6º | 0.35% | 0.84% | - |
| XYZ | 41.12 | 47.47 | 69.95 | - |
| YUV | 177.66 | 147.94 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 191 | 213 | 0.35 | 0.10 | 0 | 0.16 | 197.6 | 0.47 | 0.69 |
| Hex | 8A | BF | D5 | 23 | A | 0 | 10 | C6 | 2F | 45 |
| Octal | 212 | 277 | 325 | 43 | 12 | 0 | 20 | 306 | 57 | 105 |
| Binary | 10001010 | 10111111 | 11010101 | 100011 | 1010 | 0 | 10000 | 11000110 | 101111 | 1000101 |
Color Harmonies of #8ABFD5
Complementary color
Monochromatic Colors of #8ABFD5
Black with #8ABFD5
Text Example
Text Example
White with #8ABFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABFD5; }
p { color: rgb(138,191,213); }
H1.HeaderClassName
{
color: #8ABFD5;
}
.AnyTagClassName
{
color: #8ABFD5;
}
</style>
background-color css
<style>
a { background-color: #8ABFD5; }
a { background-color: rgb(138,191,213); }
div.DivClassName
{
background-color: #8ABFD5;
}
.BgClassName
{
background-color: #8ABFD5;
}
</style>
border-color css
<style>
span { border-color: #8ABFD5; }
span { border-color: rgb(138,191,213); }
td.TdClassName
{
border-color: #8ABFD5;
}
.TagClassName
{
border-color: #8ABFD5;
}
</style>