Shades of Seagull #8ABDCC
Tints of Seagull #8ABDCC
RGB
CMYK
RGB Variations
Color information
#8ABDCC (or 0x8ABDCC) is known color: Seagull. HEX triplet: 8A, BD and CC. RGB value is (138,189,204). Sum of RGB (Red+Green+Blue) = 138+189+204=531 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.99% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #8ABDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABDCC is #754233. Grayscale: #AFAFAF. Windows color (decimal): -7684660 or 13417866. OLE color: 13417866.
HSL color Cylindrical-coordinate representation of color #8ABDCC: hue angle of 193.64º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ABDCC is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 189 | 204 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.2 |
| HSL | 193.64º | 0.39% | 0.67% | - |
| HSV(B) | 193.64º | 0.32% | 0.8% | - |
| XYZ | 39.58 | 46.16 | 63.95 | - |
| YUV | 175.46 | 144.1 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 189 | 204 | 0.32 | 0.07 | 0 | 0.2 | 193.64 | 0.39 | 0.67 |
| Hex | 8A | BD | CC | 20 | 7 | 0 | 14 | C2 | 27 | 43 |
| Octal | 212 | 275 | 314 | 40 | 7 | 0 | 24 | 302 | 47 | 103 |
| Binary | 10001010 | 10111101 | 11001100 | 100000 | 111 | 0 | 10100 | 11000010 | 100111 | 1000011 |
Color Harmonies of #8ABDCC
Complementary color
Monochromatic Colors of #8ABDCC
Black with #8ABDCC
Text Example
Text Example
White with #8ABDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABDCC; }
p { color: rgb(138,189,204); }
H1.HeaderClassName
{
color: #8ABDCC;
}
.AnyTagClassName
{
color: #8ABDCC;
}
</style>
background-color css
<style>
a { background-color: #8ABDCC; }
a { background-color: rgb(138,189,204); }
div.DivClassName
{
background-color: #8ABDCC;
}
.BgClassName
{
background-color: #8ABDCC;
}
</style>
border-color css
<style>
span { border-color: #8ABDCC; }
span { border-color: rgb(138,189,204); }
td.TdClassName
{
border-color: #8ABDCC;
}
.TagClassName
{
border-color: #8ABDCC;
}
</style>