Shades of Seagull #8ABCCF
Tints of Seagull #8ABCCF
RGB
CMYK
RGB Variations
Color information
#8ABCCF (or 0x8ABCCF) is known color: Seagull. HEX triplet: 8A, BC and CF. RGB value is (138,188,207). Sum of RGB (Red+Green+Blue) = 138+188+207=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #8ABCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABCCF is #754330. Grayscale: #AFAFAF. Windows color (decimal): -7684913 or 13614218. OLE color: 13614218.
HSL color Cylindrical-coordinate representation of color #8ABCCF: hue angle of 196.52º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ABCCF is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 188 | 207 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.19 |
| HSL | 196.52º | 0.42% | 0.68% | - |
| HSV(B) | 196.52º | 0.33% | 0.81% | - |
| XYZ | 39.73 | 45.87 | 65.79 | - |
| YUV | 175.22 | 145.94 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 207 | 0.33 | 0.09 | 0 | 0.19 | 196.52 | 0.42 | 0.68 |
| Hex | 8A | BC | CF | 21 | 9 | 0 | 13 | C5 | 2A | 44 |
| Octal | 212 | 274 | 317 | 41 | 11 | 0 | 23 | 305 | 52 | 104 |
| Binary | 10001010 | 10111100 | 11001111 | 100001 | 1001 | 0 | 10011 | 11000101 | 101010 | 1000100 |
Color Harmonies of #8ABCCF
Complementary color
Monochromatic Colors of #8ABCCF
Black with #8ABCCF
Text Example
Text Example
White with #8ABCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABCCF; }
p { color: rgb(138,188,207); }
H1.HeaderClassName
{
color: #8ABCCF;
}
.AnyTagClassName
{
color: #8ABCCF;
}
</style>
background-color css
<style>
a { background-color: #8ABCCF; }
a { background-color: rgb(138,188,207); }
div.DivClassName
{
background-color: #8ABCCF;
}
.BgClassName
{
background-color: #8ABCCF;
}
</style>
border-color css
<style>
span { border-color: #8ABCCF; }
span { border-color: rgb(138,188,207); }
td.TdClassName
{
border-color: #8ABCCF;
}
.TagClassName
{
border-color: #8ABCCF;
}
</style>