Shades of Seagull #8ABECC
Tints of Seagull #8ABECC
RGB
CMYK
RGB Variations
Color information
#8ABECC (or 0x8ABECC) is known color: Seagull. HEX triplet: 8A, BE and CC. RGB value is (138,190,204). Sum of RGB (Red+Green+Blue) = 138+190+204=532 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.94% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #8ABECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABECC is #754133. Grayscale: #AFAFAF. Windows color (decimal): -7684404 or 13418122. OLE color: 13418122.
HSL color Cylindrical-coordinate representation of color #8ABECC: hue angle of 192.73º 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 #8ABECC is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 190 | 204 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.2 |
| HSL | 192.73º | 0.39% | 0.67% | - |
| HSV(B) | 192.73º | 0.32% | 0.8% | - |
| XYZ | 39.79 | 46.59 | 64.02 | - |
| YUV | 176.05 | 143.77 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 190 | 204 | 0.32 | 0.07 | 0 | 0.2 | 192.73 | 0.39 | 0.67 |
| Hex | 8A | BE | CC | 20 | 7 | 0 | 14 | C1 | 27 | 43 |
| Octal | 212 | 276 | 314 | 40 | 7 | 0 | 24 | 301 | 47 | 103 |
| Binary | 10001010 | 10111110 | 11001100 | 100000 | 111 | 0 | 10100 | 11000001 | 100111 | 1000011 |
Color Harmonies of #8ABECC
Complementary color
Monochromatic Colors of #8ABECC
Black with #8ABECC
Text Example
Text Example
White with #8ABECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABECC; }
p { color: rgb(138,190,204); }
H1.HeaderClassName
{
color: #8ABECC;
}
.AnyTagClassName
{
color: #8ABECC;
}
</style>
background-color css
<style>
a { background-color: #8ABECC; }
a { background-color: rgb(138,190,204); }
div.DivClassName
{
background-color: #8ABECC;
}
.BgClassName
{
background-color: #8ABECC;
}
</style>
border-color css
<style>
span { border-color: #8ABECC; }
span { border-color: rgb(138,190,204); }
td.TdClassName
{
border-color: #8ABECC;
}
.TagClassName
{
border-color: #8ABECC;
}
</style>