Shades of Seagull #8ABFCC
Tints of Seagull #8ABFCC
RGB
CMYK
RGB Variations
Color information
#8ABFCC (or 0x8ABFCC) is known color: Seagull. HEX triplet: 8A, BF and CC. RGB value is (138,191,204). Sum of RGB (Red+Green+Blue) = 138+191+204=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #8ABFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABFCC is #754033. Grayscale: #B0B0B0. Windows color (decimal): -7684148 or 13418378. OLE color: 13418378.
HSL color Cylindrical-coordinate representation of color #8ABFCC: hue angle of 191.82º 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 #8ABFCC is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 191 | 204 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.2 |
| HSL | 191.82º | 0.39% | 0.67% | - |
| HSV(B) | 191.82º | 0.32% | 0.8% | - |
| XYZ | 40.01 | 47.02 | 64.09 | - |
| YUV | 176.64 | 143.44 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 191 | 204 | 0.32 | 0.06 | 0 | 0.2 | 191.82 | 0.39 | 0.67 |
| Hex | 8A | BF | CC | 20 | 6 | 0 | 14 | C0 | 27 | 43 |
| Octal | 212 | 277 | 314 | 40 | 6 | 0 | 24 | 300 | 47 | 103 |
| Binary | 10001010 | 10111111 | 11001100 | 100000 | 110 | 0 | 10100 | 11000000 | 100111 | 1000011 |
Color Harmonies of #8ABFCC
Complementary color
Monochromatic Colors of #8ABFCC
Black with #8ABFCC
Text Example
Text Example
White with #8ABFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABFCC; }
p { color: rgb(138,191,204); }
H1.HeaderClassName
{
color: #8ABFCC;
}
.AnyTagClassName
{
color: #8ABFCC;
}
</style>
background-color css
<style>
a { background-color: #8ABFCC; }
a { background-color: rgb(138,191,204); }
div.DivClassName
{
background-color: #8ABFCC;
}
.BgClassName
{
background-color: #8ABFCC;
}
</style>
border-color css
<style>
span { border-color: #8ABFCC; }
span { border-color: rgb(138,191,204); }
td.TdClassName
{
border-color: #8ABFCC;
}
.TagClassName
{
border-color: #8ABFCC;
}
</style>