Shades of Seagull #8ABCCB
Tints of Seagull #8ABCCB
RGB
CMYK
RGB Variations
Color information
#8ABCCB (or 0x8ABCCB) is known color: Seagull. HEX triplet: 8A, BC and CB. RGB value is (138,188,203). Sum of RGB (Red+Green+Blue) = 138+188+203=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #8ABCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABCCB is #754334. Grayscale: #AEAEAE. Windows color (decimal): -7684917 or 13352074. OLE color: 13352074.
HSL color Cylindrical-coordinate representation of color #8ABCCB: hue angle of 193.85º 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 #8ABCCB is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 188 | 203 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.20 |
| HSL | 193.85º | 0.38% | 0.67% | - |
| HSV(B) | 193.85º | 0.32% | 0.8% | - |
| XYZ | 39.24 | 45.68 | 63.25 | - |
| YUV | 174.76 | 143.94 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 203 | 0.32 | 0.07 | 0 | 0.20 | 193.85 | 0.38 | 0.67 |
| Hex | 8A | BC | CB | 20 | 7 | 0 | 14 | C2 | 26 | 43 |
| Octal | 212 | 274 | 313 | 40 | 7 | 0 | 24 | 302 | 46 | 103 |
| Binary | 10001010 | 10111100 | 11001011 | 100000 | 111 | 0 | 10100 | 11000010 | 100110 | 1000011 |
Color Harmonies of #8ABCCB
Complementary color
Monochromatic Colors of #8ABCCB
Black with #8ABCCB
Text Example
Text Example
White with #8ABCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABCCB; }
p { color: rgb(138,188,203); }
H1.HeaderClassName
{
color: #8ABCCB;
}
.AnyTagClassName
{
color: #8ABCCB;
}
</style>
background-color css
<style>
a { background-color: #8ABCCB; }
a { background-color: rgb(138,188,203); }
div.DivClassName
{
background-color: #8ABCCB;
}
.BgClassName
{
background-color: #8ABCCB;
}
</style>
border-color css
<style>
span { border-color: #8ABCCB; }
span { border-color: rgb(138,188,203); }
td.TdClassName
{
border-color: #8ABCCB;
}
.TagClassName
{
border-color: #8ABCCB;
}
</style>