Shades of Seagull #8AC1CA
Tints of Seagull #8AC1CA
RGB
CMYK
RGB Variations
Color information
#8AC1CA (or 0x8AC1CA) is known color: Seagull. HEX triplet: 8A, C1 and CA. RGB value is (138,193,202). Sum of RGB (Red+Green+Blue) = 138+193+202=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: blue. Hex color #8AC1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC1CA is #753E35. Grayscale: #B1B1B1. Windows color (decimal): -7683638 or 13287818. OLE color: 13287818.
HSL color Cylindrical-coordinate representation of color #8AC1CA: hue angle of 188.44º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AC1CA is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 193 | 202 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.21 |
| HSL | 188.44º | 0.38% | 0.67% | - |
| HSV(B) | 188.44º | 0.32% | 0.79% | - |
| XYZ | 40.21 | 47.81 | 62.99 | - |
| YUV | 177.58 | 141.78 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 193 | 202 | 0.32 | 0.04 | 0 | 0.21 | 188.44 | 0.38 | 0.67 |
| Hex | 8A | C1 | CA | 20 | 4 | 0 | 15 | BC | 26 | 43 |
| Octal | 212 | 301 | 312 | 40 | 4 | 0 | 25 | 274 | 46 | 103 |
| Binary | 10001010 | 11000001 | 11001010 | 100000 | 100 | 0 | 10101 | 10111100 | 100110 | 1000011 |
Color Harmonies of #8AC1CA
Complementary color
Monochromatic Colors of #8AC1CA
Black with #8AC1CA
Text Example
Text Example
White with #8AC1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC1CA; }
p { color: rgb(138,193,202); }
H1.HeaderClassName
{
color: #8AC1CA;
}
.AnyTagClassName
{
color: #8AC1CA;
}
</style>
background-color css
<style>
a { background-color: #8AC1CA; }
a { background-color: rgb(138,193,202); }
div.DivClassName
{
background-color: #8AC1CA;
}
.BgClassName
{
background-color: #8AC1CA;
}
</style>
border-color css
<style>
span { border-color: #8AC1CA; }
span { border-color: rgb(138,193,202); }
td.TdClassName
{
border-color: #8AC1CA;
}
.TagClassName
{
border-color: #8AC1CA;
}
</style>