Shades of Seagull #8ABCD5
Tints of Seagull #8ABCD5
RGB
CMYK
RGB Variations
Color information
#8ABCD5 (or 0x8ABCD5) is known color: Seagull. HEX triplet: 8A, BC and D5. RGB value is (138,188,213). Sum of RGB (Red+Green+Blue) = 138+188+213=539 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.60% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 213 - color contains mainly: blue. Hex color #8ABCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABCD5 is #75432A. Grayscale: #AFAFAF. Windows color (decimal): -7684907 or 14007434. OLE color: 14007434.
HSL color Cylindrical-coordinate representation of color #8ABCD5: hue angle of 200º 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 #8ABCD5 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 188 | 213 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.16 |
| HSL | 200º | 0.47% | 0.69% | - |
| HSV(B) | 200º | 0.35% | 0.84% | - |
| XYZ | 40.47 | 46.17 | 69.73 | - |
| YUV | 175.9 | 148.94 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 213 | 0.35 | 0.12 | 0 | 0.16 | 200 | 0.47 | 0.69 |
| Hex | 8A | BC | D5 | 23 | C | 0 | 10 | C8 | 2F | 45 |
| Octal | 212 | 274 | 325 | 43 | 14 | 0 | 20 | 310 | 57 | 105 |
| Binary | 10001010 | 10111100 | 11010101 | 100011 | 1100 | 0 | 10000 | 11001000 | 101111 | 1000101 |
Color Harmonies of #8ABCD5
Complementary color
Monochromatic Colors of #8ABCD5
Black with #8ABCD5
Text Example
Text Example
White with #8ABCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABCD5; }
p { color: rgb(138,188,213); }
H1.HeaderClassName
{
color: #8ABCD5;
}
.AnyTagClassName
{
color: #8ABCD5;
}
</style>
background-color css
<style>
a { background-color: #8ABCD5; }
a { background-color: rgb(138,188,213); }
div.DivClassName
{
background-color: #8ABCD5;
}
.BgClassName
{
background-color: #8ABCD5;
}
</style>
border-color css
<style>
span { border-color: #8ABCD5; }
span { border-color: rgb(138,188,213); }
td.TdClassName
{
border-color: #8ABCD5;
}
.TagClassName
{
border-color: #8ABCD5;
}
</style>