Shades of Seagull #8ABDC8
Tints of Seagull #8ABDC8
RGB
CMYK
RGB Variations
Color information
#8ABDC8 (or 0x8ABDC8) is known color: Seagull. HEX triplet: 8A, BD and C8. RGB value is (138,189,200). Sum of RGB (Red+Green+Blue) = 138+189+200=527 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.19% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 200 - color contains mainly: blue. Hex color #8ABDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABDC8 is #754237. Grayscale: #AEAEAE. Windows color (decimal): -7684664 or 13155722. OLE color: 13155722.
HSL color Cylindrical-coordinate representation of color #8ABDC8: hue angle of 190.65º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ABDC8 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 189 | 200 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.22 |
| HSL | 190.65º | 0.36% | 0.66% | - |
| HSV(B) | 190.65º | 0.31% | 0.78% | - |
| XYZ | 39.1 | 45.97 | 61.46 | - |
| YUV | 175.01 | 142.1 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 189 | 200 | 0.31 | 0.06 | 0 | 0.22 | 190.65 | 0.36 | 0.66 |
| Hex | 8A | BD | C8 | 1F | 6 | 0 | 16 | BF | 24 | 42 |
| Octal | 212 | 275 | 310 | 37 | 6 | 0 | 26 | 277 | 44 | 102 |
| Binary | 10001010 | 10111101 | 11001000 | 11111 | 110 | 0 | 10110 | 10111111 | 100100 | 1000010 |
Color Harmonies of #8ABDC8
Complementary color
Monochromatic Colors of #8ABDC8
Black with #8ABDC8
Text Example
Text Example
White with #8ABDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABDC8; }
p { color: rgb(138,189,200); }
H1.HeaderClassName
{
color: #8ABDC8;
}
.AnyTagClassName
{
color: #8ABDC8;
}
</style>
background-color css
<style>
a { background-color: #8ABDC8; }
a { background-color: rgb(138,189,200); }
div.DivClassName
{
background-color: #8ABDC8;
}
.BgClassName
{
background-color: #8ABDC8;
}
</style>
border-color css
<style>
span { border-color: #8ABDC8; }
span { border-color: rgb(138,189,200); }
td.TdClassName
{
border-color: #8ABDC8;
}
.TagClassName
{
border-color: #8ABDC8;
}
</style>