Shades of Seagull #8ABCCE
Tints of Seagull #8ABCCE
RGB
CMYK
RGB Variations
Color information
#8ABCCE (or 0x8ABCCE) is known color: Seagull. HEX triplet: 8A, BC and CE. RGB value is (138,188,206). Sum of RGB (Red+Green+Blue) = 138+188+206=532 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.94% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #8ABCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABCCE is #754331. Grayscale: #AEAEAE. Windows color (decimal): -7684914 or 13548682. OLE color: 13548682.
HSL color Cylindrical-coordinate representation of color #8ABCCE: hue angle of 195.88º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ABCCE is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 188 | 206 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.19 |
| HSL | 195.88º | 0.41% | 0.67% | - |
| HSV(B) | 195.88º | 0.33% | 0.81% | - |
| XYZ | 39.61 | 45.83 | 65.15 | - |
| YUV | 175.1 | 145.44 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 206 | 0.33 | 0.09 | 0 | 0.19 | 195.88 | 0.41 | 0.67 |
| Hex | 8A | BC | CE | 21 | 9 | 0 | 13 | C4 | 29 | 43 |
| Octal | 212 | 274 | 316 | 41 | 11 | 0 | 23 | 304 | 51 | 103 |
| Binary | 10001010 | 10111100 | 11001110 | 100001 | 1001 | 0 | 10011 | 11000100 | 101001 | 1000011 |
Color Harmonies of #8ABCCE
Complementary color
Monochromatic Colors of #8ABCCE
Black with #8ABCCE
Text Example
Text Example
White with #8ABCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABCCE; }
p { color: rgb(138,188,206); }
H1.HeaderClassName
{
color: #8ABCCE;
}
.AnyTagClassName
{
color: #8ABCCE;
}
</style>
background-color css
<style>
a { background-color: #8ABCCE; }
a { background-color: rgb(138,188,206); }
div.DivClassName
{
background-color: #8ABCCE;
}
.BgClassName
{
background-color: #8ABCCE;
}
</style>
border-color css
<style>
span { border-color: #8ABCCE; }
span { border-color: rgb(138,188,206); }
td.TdClassName
{
border-color: #8ABCCE;
}
.TagClassName
{
border-color: #8ABCCE;
}
</style>