Shades of Seagull #8AB9CC
Tints of Seagull #8AB9CC
RGB
CMYK
RGB Variations
Color information
#8AB9CC (or 0x8AB9CC) is known color: Seagull. HEX triplet: 8A, B9 and CC. RGB value is (138,185,204). Sum of RGB (Red+Green+Blue) = 138+185+204=527 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.19% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #8AB9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB9CC is #754633. Grayscale: #ACACAC. Windows color (decimal): -7685684 or 13416842. OLE color: 13416842.
HSL color Cylindrical-coordinate representation of color #8AB9CC: hue angle of 197.27º 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 #8AB9CC is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 185 | 204 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.2 |
| HSL | 197.27º | 0.39% | 0.67% | - |
| HSV(B) | 197.27º | 0.32% | 0.8% | - |
| XYZ | 38.73 | 44.46 | 63.67 | - |
| YUV | 173.11 | 145.43 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 185 | 204 | 0.32 | 0.09 | 0 | 0.2 | 197.27 | 0.39 | 0.67 |
| Hex | 8A | B9 | CC | 20 | 9 | 0 | 14 | C5 | 27 | 43 |
| Octal | 212 | 271 | 314 | 40 | 11 | 0 | 24 | 305 | 47 | 103 |
| Binary | 10001010 | 10111001 | 11001100 | 100000 | 1001 | 0 | 10100 | 11000101 | 100111 | 1000011 |
Color Harmonies of #8AB9CC
Complementary color
Monochromatic Colors of #8AB9CC
Black with #8AB9CC
Text Example
Text Example
White with #8AB9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB9CC; }
p { color: rgb(138,185,204); }
H1.HeaderClassName
{
color: #8AB9CC;
}
.AnyTagClassName
{
color: #8AB9CC;
}
</style>
background-color css
<style>
a { background-color: #8AB9CC; }
a { background-color: rgb(138,185,204); }
div.DivClassName
{
background-color: #8AB9CC;
}
.BgClassName
{
background-color: #8AB9CC;
}
</style>
border-color css
<style>
span { border-color: #8AB9CC; }
span { border-color: rgb(138,185,204); }
td.TdClassName
{
border-color: #8AB9CC;
}
.TagClassName
{
border-color: #8AB9CC;
}
</style>