Shades of Seagull #8ABFCB
Tints of Seagull #8ABFCB
RGB
CMYK
RGB Variations
Color information
#8ABFCB (or 0x8ABFCB) is known color: Seagull. HEX triplet: 8A, BF and CB. RGB value is (138,191,203). Sum of RGB (Red+Green+Blue) = 138+191+203=532 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.94% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #8ABFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABFCB is #754034. Grayscale: #B0B0B0. Windows color (decimal): -7684149 or 13352842. OLE color: 13352842.
HSL color Cylindrical-coordinate representation of color #8ABFCB: hue angle of 191.08º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ABFCB is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 191 | 203 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.20 |
| HSL | 191.08º | 0.38% | 0.67% | - |
| HSV(B) | 191.08º | 0.32% | 0.8% | - |
| XYZ | 39.89 | 46.98 | 63.46 | - |
| YUV | 176.52 | 142.94 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 191 | 203 | 0.32 | 0.06 | 0 | 0.20 | 191.08 | 0.38 | 0.67 |
| Hex | 8A | BF | CB | 20 | 6 | 0 | 14 | BF | 26 | 43 |
| Octal | 212 | 277 | 313 | 40 | 6 | 0 | 24 | 277 | 46 | 103 |
| Binary | 10001010 | 10111111 | 11001011 | 100000 | 110 | 0 | 10100 | 10111111 | 100110 | 1000011 |
Color Harmonies of #8ABFCB
Complementary color
Monochromatic Colors of #8ABFCB
Black with #8ABFCB
Text Example
Text Example
White with #8ABFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABFCB; }
p { color: rgb(138,191,203); }
H1.HeaderClassName
{
color: #8ABFCB;
}
.AnyTagClassName
{
color: #8ABFCB;
}
</style>
background-color css
<style>
a { background-color: #8ABFCB; }
a { background-color: rgb(138,191,203); }
div.DivClassName
{
background-color: #8ABFCB;
}
.BgClassName
{
background-color: #8ABFCB;
}
</style>
border-color css
<style>
span { border-color: #8ABFCB; }
span { border-color: rgb(138,191,203); }
td.TdClassName
{
border-color: #8ABFCB;
}
.TagClassName
{
border-color: #8ABFCB;
}
</style>