Shades of Seagull #8ABDCA
Tints of Seagull #8ABDCA
RGB
CMYK
RGB Variations
Color information
#8ABDCA (or 0x8ABDCA) is known color: Seagull. HEX triplet: 8A, BD and CA. RGB value is (138,189,202). Sum of RGB (Red+Green+Blue) = 138+189+202=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #8ABDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABDCA is #754235. Grayscale: #AFAFAF. Windows color (decimal): -7684662 or 13286794. OLE color: 13286794.
HSL color Cylindrical-coordinate representation of color #8ABDCA: hue angle of 192.19º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ABDCA is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 189 | 202 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.21 |
| HSL | 192.19º | 0.38% | 0.67% | - |
| HSV(B) | 192.19º | 0.32% | 0.79% | - |
| XYZ | 39.34 | 46.06 | 62.69 | - |
| YUV | 175.23 | 143.1 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 189 | 202 | 0.32 | 0.06 | 0 | 0.21 | 192.19 | 0.38 | 0.67 |
| Hex | 8A | BD | CA | 20 | 6 | 0 | 15 | C0 | 26 | 43 |
| Octal | 212 | 275 | 312 | 40 | 6 | 0 | 25 | 300 | 46 | 103 |
| Binary | 10001010 | 10111101 | 11001010 | 100000 | 110 | 0 | 10101 | 11000000 | 100110 | 1000011 |
Color Harmonies of #8ABDCA
Complementary color
Monochromatic Colors of #8ABDCA
Black with #8ABDCA
Text Example
Text Example
White with #8ABDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABDCA; }
p { color: rgb(138,189,202); }
H1.HeaderClassName
{
color: #8ABDCA;
}
.AnyTagClassName
{
color: #8ABDCA;
}
</style>
background-color css
<style>
a { background-color: #8ABDCA; }
a { background-color: rgb(138,189,202); }
div.DivClassName
{
background-color: #8ABDCA;
}
.BgClassName
{
background-color: #8ABDCA;
}
</style>
border-color css
<style>
span { border-color: #8ABDCA; }
span { border-color: rgb(138,189,202); }
td.TdClassName
{
border-color: #8ABDCA;
}
.TagClassName
{
border-color: #8ABDCA;
}
</style>