Shades of Seagull #8ABECB
Tints of Seagull #8ABECB
RGB
CMYK
RGB Variations
Color information
#8ABECB (or 0x8ABECB) is known color: Seagull. HEX triplet: 8A, BE and CB. RGB value is (138,190,203). Sum of RGB (Red+Green+Blue) = 138+190+203=531 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.99% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #8ABECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABECB is #754134. Grayscale: #AFAFAF. Windows color (decimal): -7684405 or 13352586. OLE color: 13352586.
HSL color Cylindrical-coordinate representation of color #8ABECB: hue angle of 192º 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 #8ABECB is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 190 | 203 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.20 |
| HSL | 192º | 0.38% | 0.67% | - |
| HSV(B) | 192º | 0.32% | 0.8% | - |
| XYZ | 39.67 | 46.54 | 63.39 | - |
| YUV | 175.93 | 143.27 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 190 | 203 | 0.32 | 0.06 | 0 | 0.20 | 192 | 0.38 | 0.67 |
| Hex | 8A | BE | CB | 20 | 6 | 0 | 14 | C0 | 26 | 43 |
| Octal | 212 | 276 | 313 | 40 | 6 | 0 | 24 | 300 | 46 | 103 |
| Binary | 10001010 | 10111110 | 11001011 | 100000 | 110 | 0 | 10100 | 11000000 | 100110 | 1000011 |
Color Harmonies of #8ABECB
Complementary color
Monochromatic Colors of #8ABECB
Black with #8ABECB
Text Example
Text Example
White with #8ABECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABECB; }
p { color: rgb(138,190,203); }
H1.HeaderClassName
{
color: #8ABECB;
}
.AnyTagClassName
{
color: #8ABECB;
}
</style>
background-color css
<style>
a { background-color: #8ABECB; }
a { background-color: rgb(138,190,203); }
div.DivClassName
{
background-color: #8ABECB;
}
.BgClassName
{
background-color: #8ABECB;
}
</style>
border-color css
<style>
span { border-color: #8ABECB; }
span { border-color: rgb(138,190,203); }
td.TdClassName
{
border-color: #8ABECB;
}
.TagClassName
{
border-color: #8ABECB;
}
</style>