Shades of Seagull #8ABCC8
Tints of Seagull #8ABCC8
RGB
CMYK
RGB Variations
Color information
#8ABCC8 (or 0x8ABCC8) is known color: Seagull. HEX triplet: 8A, BC and C8. RGB value is (138,188,200). Sum of RGB (Red+Green+Blue) = 138+188+200=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 200 (78.52% from 255 or 38.02% from 526); Max value from RGB is 200 - color contains mainly: blue. Hex color #8ABCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABCC8 is #754337. Grayscale: #AEAEAE. Windows color (decimal): -7684920 or 13155466. OLE color: 13155466.
HSL color Cylindrical-coordinate representation of color #8ABCC8: hue angle of 191.61º 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 #8ABCC8 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 188 | 200 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.22 |
| HSL | 191.61º | 0.36% | 0.66% | - |
| HSV(B) | 191.61º | 0.31% | 0.78% | - |
| XYZ | 38.89 | 45.54 | 61.38 | - |
| YUV | 174.42 | 142.44 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 200 | 0.31 | 0.06 | 0 | 0.22 | 191.61 | 0.36 | 0.66 |
| Hex | 8A | BC | C8 | 1F | 6 | 0 | 16 | C0 | 24 | 42 |
| Octal | 212 | 274 | 310 | 37 | 6 | 0 | 26 | 300 | 44 | 102 |
| Binary | 10001010 | 10111100 | 11001000 | 11111 | 110 | 0 | 10110 | 11000000 | 100100 | 1000010 |
Color Harmonies of #8ABCC8
Complementary color
Monochromatic Colors of #8ABCC8
Black with #8ABCC8
Text Example
Text Example
White with #8ABCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABCC8; }
p { color: rgb(138,188,200); }
H1.HeaderClassName
{
color: #8ABCC8;
}
.AnyTagClassName
{
color: #8ABCC8;
}
</style>
background-color css
<style>
a { background-color: #8ABCC8; }
a { background-color: rgb(138,188,200); }
div.DivClassName
{
background-color: #8ABCC8;
}
.BgClassName
{
background-color: #8ABCC8;
}
</style>
border-color css
<style>
span { border-color: #8ABCC8; }
span { border-color: rgb(138,188,200); }
td.TdClassName
{
border-color: #8ABCC8;
}
.TagClassName
{
border-color: #8ABCC8;
}
</style>