Shades of Seagull #8ABBCC
Tints of Seagull #8ABBCC
RGB
CMYK
RGB Variations
Color information
#8ABBCC (or 0x8ABBCC) is known color: Seagull. HEX triplet: 8A, BB and CC. RGB value is (138,187,204). Sum of RGB (Red+Green+Blue) = 138+187+204=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #8ABBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABBCC is #754433. Grayscale: #AEAEAE. Windows color (decimal): -7685172 or 13417354. OLE color: 13417354.
HSL color Cylindrical-coordinate representation of color #8ABBCC: hue angle of 195.45º degrees, saturation: 0.39, 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 #8ABBCC is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 187 | 204 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.2 |
| HSL | 195.45º | 0.39% | 0.67% | - |
| HSV(B) | 195.45º | 0.32% | 0.8% | - |
| XYZ | 39.15 | 45.3 | 63.81 | - |
| YUV | 174.29 | 144.77 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 204 | 0.32 | 0.08 | 0 | 0.2 | 195.45 | 0.39 | 0.67 |
| Hex | 8A | BB | CC | 20 | 8 | 0 | 14 | C3 | 27 | 43 |
| Octal | 212 | 273 | 314 | 40 | 10 | 0 | 24 | 303 | 47 | 103 |
| Binary | 10001010 | 10111011 | 11001100 | 100000 | 1000 | 0 | 10100 | 11000011 | 100111 | 1000011 |
Color Harmonies of #8ABBCC
Complementary color
Monochromatic Colors of #8ABBCC
Black with #8ABBCC
Text Example
Text Example
White with #8ABBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABBCC; }
p { color: rgb(138,187,204); }
H1.HeaderClassName
{
color: #8ABBCC;
}
.AnyTagClassName
{
color: #8ABBCC;
}
</style>
background-color css
<style>
a { background-color: #8ABBCC; }
a { background-color: rgb(138,187,204); }
div.DivClassName
{
background-color: #8ABBCC;
}
.BgClassName
{
background-color: #8ABBCC;
}
</style>
border-color css
<style>
span { border-color: #8ABBCC; }
span { border-color: rgb(138,187,204); }
td.TdClassName
{
border-color: #8ABBCC;
}
.TagClassName
{
border-color: #8ABBCC;
}
</style>