Shades of Seagull #8ABBCE
Tints of Seagull #8ABBCE
RGB
CMYK
RGB Variations
Color information
#8ABBCE (or 0x8ABBCE) is known color: Seagull. HEX triplet: 8A, BB and CE. RGB value is (138,187,206). Sum of RGB (Red+Green+Blue) = 138+187+206=531 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.99% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #8ABBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABBCE is #754431. Grayscale: #AEAEAE. Windows color (decimal): -7685170 or 13548426. OLE color: 13548426.
HSL color Cylindrical-coordinate representation of color #8ABBCE: hue angle of 196.76º 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 #8ABBCE is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 187 | 206 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.19 |
| HSL | 196.76º | 0.41% | 0.67% | - |
| HSV(B) | 196.76º | 0.33% | 0.81% | - |
| XYZ | 39.39 | 45.4 | 65.08 | - |
| YUV | 174.52 | 145.77 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 206 | 0.33 | 0.09 | 0 | 0.19 | 196.76 | 0.41 | 0.67 |
| Hex | 8A | BB | CE | 21 | 9 | 0 | 13 | C5 | 29 | 43 |
| Octal | 212 | 273 | 316 | 41 | 11 | 0 | 23 | 305 | 51 | 103 |
| Binary | 10001010 | 10111011 | 11001110 | 100001 | 1001 | 0 | 10011 | 11000101 | 101001 | 1000011 |
Color Harmonies of #8ABBCE
Complementary color
Monochromatic Colors of #8ABBCE
Black with #8ABBCE
Text Example
Text Example
White with #8ABBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABBCE; }
p { color: rgb(138,187,206); }
H1.HeaderClassName
{
color: #8ABBCE;
}
.AnyTagClassName
{
color: #8ABBCE;
}
</style>
background-color css
<style>
a { background-color: #8ABBCE; }
a { background-color: rgb(138,187,206); }
div.DivClassName
{
background-color: #8ABBCE;
}
.BgClassName
{
background-color: #8ABBCE;
}
</style>
border-color css
<style>
span { border-color: #8ABBCE; }
span { border-color: rgb(138,187,206); }
td.TdClassName
{
border-color: #8ABBCE;
}
.TagClassName
{
border-color: #8ABBCE;
}
</style>