Shades of Seagull #8ABECE
Tints of Seagull #8ABECE
RGB
CMYK
RGB Variations
Color information
#8ABECE (or 0x8ABECE) is known color: Seagull. HEX triplet: 8A, BE and CE. RGB value is (138,190,206). Sum of RGB (Red+Green+Blue) = 138+190+206=534 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.84% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #8ABECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABECE is #754131. Grayscale: #B0B0B0. Windows color (decimal): -7684402 or 13549194. OLE color: 13549194.
HSL color Cylindrical-coordinate representation of color #8ABECE: hue angle of 194.12º 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 #8ABECE is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 190 | 206 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.19 |
| HSL | 194.12º | 0.41% | 0.67% | - |
| HSV(B) | 194.12º | 0.33% | 0.81% | - |
| XYZ | 40.04 | 46.69 | 65.29 | - |
| YUV | 176.28 | 144.77 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 190 | 206 | 0.33 | 0.08 | 0 | 0.19 | 194.12 | 0.41 | 0.67 |
| Hex | 8A | BE | CE | 21 | 8 | 0 | 13 | C2 | 29 | 43 |
| Octal | 212 | 276 | 316 | 41 | 10 | 0 | 23 | 302 | 51 | 103 |
| Binary | 10001010 | 10111110 | 11001110 | 100001 | 1000 | 0 | 10011 | 11000010 | 101001 | 1000011 |
Color Harmonies of #8ABECE
Complementary color
Monochromatic Colors of #8ABECE
Black with #8ABECE
Text Example
Text Example
White with #8ABECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABECE; }
p { color: rgb(138,190,206); }
H1.HeaderClassName
{
color: #8ABECE;
}
.AnyTagClassName
{
color: #8ABECE;
}
</style>
background-color css
<style>
a { background-color: #8ABECE; }
a { background-color: rgb(138,190,206); }
div.DivClassName
{
background-color: #8ABECE;
}
.BgClassName
{
background-color: #8ABECE;
}
</style>
border-color css
<style>
span { border-color: #8ABECE; }
span { border-color: rgb(138,190,206); }
td.TdClassName
{
border-color: #8ABECE;
}
.TagClassName
{
border-color: #8ABECE;
}
</style>