Shades of Seagull #8ABECD
Tints of Seagull #8ABECD
RGB
CMYK
RGB Variations
Color information
#8ABECD (or 0x8ABECD) is known color: Seagull. HEX triplet: 8A, BE and CD. RGB value is (138,190,205). Sum of RGB (Red+Green+Blue) = 138+190+205=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #8ABECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABECD is #754132. Grayscale: #B0B0B0. Windows color (decimal): -7684403 or 13483658. OLE color: 13483658.
HSL color Cylindrical-coordinate representation of color #8ABECD: hue angle of 193.43º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ABECD is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 190 | 205 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.20 |
| HSL | 193.43º | 0.4% | 0.67% | - |
| HSV(B) | 193.43º | 0.33% | 0.8% | - |
| XYZ | 39.91 | 46.64 | 64.66 | - |
| YUV | 176.16 | 144.27 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 190 | 205 | 0.33 | 0.07 | 0 | 0.20 | 193.43 | 0.4 | 0.67 |
| Hex | 8A | BE | CD | 21 | 7 | 0 | 14 | C1 | 28 | 43 |
| Octal | 212 | 276 | 315 | 41 | 7 | 0 | 24 | 301 | 50 | 103 |
| Binary | 10001010 | 10111110 | 11001101 | 100001 | 111 | 0 | 10100 | 11000001 | 101000 | 1000011 |
Color Harmonies of #8ABECD
Complementary color
Monochromatic Colors of #8ABECD
Black with #8ABECD
Text Example
Text Example
White with #8ABECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABECD; }
p { color: rgb(138,190,205); }
H1.HeaderClassName
{
color: #8ABECD;
}
.AnyTagClassName
{
color: #8ABECD;
}
</style>
background-color css
<style>
a { background-color: #8ABECD; }
a { background-color: rgb(138,190,205); }
div.DivClassName
{
background-color: #8ABECD;
}
.BgClassName
{
background-color: #8ABECD;
}
</style>
border-color css
<style>
span { border-color: #8ABECD; }
span { border-color: rgb(138,190,205); }
td.TdClassName
{
border-color: #8ABECD;
}
.TagClassName
{
border-color: #8ABECD;
}
</style>