Shades of Seagull #8ABFCE
Tints of Seagull #8ABFCE
RGB
CMYK
RGB Variations
Color information
#8ABFCE (or 0x8ABFCE) is known color: Seagull. HEX triplet: 8A, BF and CE. RGB value is (138,191,206). Sum of RGB (Red+Green+Blue) = 138+191+206=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #8ABFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABFCE is #754031. Grayscale: #B0B0B0. Windows color (decimal): -7684146 or 13549450. OLE color: 13549450.
HSL color Cylindrical-coordinate representation of color #8ABFCE: hue angle of 193.24º 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 #8ABFCE is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 191 | 206 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.19 |
| HSL | 193.24º | 0.41% | 0.67% | - |
| HSV(B) | 193.24º | 0.33% | 0.81% | - |
| XYZ | 40.25 | 47.12 | 65.37 | - |
| YUV | 176.86 | 144.44 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 191 | 206 | 0.33 | 0.07 | 0 | 0.19 | 193.24 | 0.41 | 0.67 |
| Hex | 8A | BF | CE | 21 | 7 | 0 | 13 | C1 | 29 | 43 |
| Octal | 212 | 277 | 316 | 41 | 7 | 0 | 23 | 301 | 51 | 103 |
| Binary | 10001010 | 10111111 | 11001110 | 100001 | 111 | 0 | 10011 | 11000001 | 101001 | 1000011 |
Color Harmonies of #8ABFCE
Complementary color
Monochromatic Colors of #8ABFCE
Black with #8ABFCE
Text Example
Text Example
White with #8ABFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABFCE; }
p { color: rgb(138,191,206); }
H1.HeaderClassName
{
color: #8ABFCE;
}
.AnyTagClassName
{
color: #8ABFCE;
}
</style>
background-color css
<style>
a { background-color: #8ABFCE; }
a { background-color: rgb(138,191,206); }
div.DivClassName
{
background-color: #8ABFCE;
}
.BgClassName
{
background-color: #8ABFCE;
}
</style>
border-color css
<style>
span { border-color: #8ABFCE; }
span { border-color: rgb(138,191,206); }
td.TdClassName
{
border-color: #8ABFCE;
}
.TagClassName
{
border-color: #8ABFCE;
}
</style>