Shades of Seagull #8ABDD1
Tints of Seagull #8ABDD1
RGB
CMYK
RGB Variations
Color information
#8ABDD1 (or 0x8ABDD1) is known color: Seagull. HEX triplet: 8A, BD and D1. RGB value is (138,189,209). Sum of RGB (Red+Green+Blue) = 138+189+209=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 209 - color contains mainly: blue. Hex color #8ABDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABDD1 is #75422E. Grayscale: #AFAFAF. Windows color (decimal): -7684655 or 13745546. OLE color: 13745546.
HSL color Cylindrical-coordinate representation of color #8ABDD1: hue angle of 196.9º degrees, saturation: 0.44, 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 #8ABDD1 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 189 | 209 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.18 |
| HSL | 196.9º | 0.44% | 0.68% | - |
| HSV(B) | 196.9º | 0.34% | 0.82% | - |
| XYZ | 40.19 | 46.4 | 67.16 | - |
| YUV | 176.03 | 146.6 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 189 | 209 | 0.34 | 0.10 | 0 | 0.18 | 196.9 | 0.44 | 0.68 |
| Hex | 8A | BD | D1 | 22 | A | 0 | 12 | C5 | 2C | 44 |
| Octal | 212 | 275 | 321 | 42 | 12 | 0 | 22 | 305 | 54 | 104 |
| Binary | 10001010 | 10111101 | 11010001 | 100010 | 1010 | 0 | 10010 | 11000101 | 101100 | 1000100 |
Color Harmonies of #8ABDD1
Complementary color
Monochromatic Colors of #8ABDD1
Black with #8ABDD1
Text Example
Text Example
White with #8ABDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABDD1; }
p { color: rgb(138,189,209); }
H1.HeaderClassName
{
color: #8ABDD1;
}
.AnyTagClassName
{
color: #8ABDD1;
}
</style>
background-color css
<style>
a { background-color: #8ABDD1; }
a { background-color: rgb(138,189,209); }
div.DivClassName
{
background-color: #8ABDD1;
}
.BgClassName
{
background-color: #8ABDD1;
}
</style>
border-color css
<style>
span { border-color: #8ABDD1; }
span { border-color: rgb(138,189,209); }
td.TdClassName
{
border-color: #8ABDD1;
}
.TagClassName
{
border-color: #8ABDD1;
}
</style>