Shades of Seagull #8ABECF
Tints of Seagull #8ABECF
RGB
CMYK
RGB Variations
Color information
#8ABECF (or 0x8ABECF) is known color: Seagull. HEX triplet: 8A, BE and CF. RGB value is (138,190,207). Sum of RGB (Red+Green+Blue) = 138+190+207=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #8ABECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABECF is #754130. Grayscale: #B0B0B0. Windows color (decimal): -7684401 or 13614730. OLE color: 13614730.
HSL color Cylindrical-coordinate representation of color #8ABECF: hue angle of 194.78º 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 #8ABECF is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 190 | 207 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.19 |
| HSL | 194.78º | 0.42% | 0.68% | - |
| HSV(B) | 194.78º | 0.33% | 0.81% | - |
| XYZ | 40.16 | 46.74 | 65.94 | - |
| YUV | 176.39 | 145.27 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 190 | 207 | 0.33 | 0.08 | 0 | 0.19 | 194.78 | 0.42 | 0.68 |
| Hex | 8A | BE | CF | 21 | 8 | 0 | 13 | C3 | 2A | 44 |
| Octal | 212 | 276 | 317 | 41 | 10 | 0 | 23 | 303 | 52 | 104 |
| Binary | 10001010 | 10111110 | 11001111 | 100001 | 1000 | 0 | 10011 | 11000011 | 101010 | 1000100 |
Color Harmonies of #8ABECF
Complementary color
Monochromatic Colors of #8ABECF
Black with #8ABECF
Text Example
Text Example
White with #8ABECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABECF; }
p { color: rgb(138,190,207); }
H1.HeaderClassName
{
color: #8ABECF;
}
.AnyTagClassName
{
color: #8ABECF;
}
</style>
background-color css
<style>
a { background-color: #8ABECF; }
a { background-color: rgb(138,190,207); }
div.DivClassName
{
background-color: #8ABECF;
}
.BgClassName
{
background-color: #8ABECF;
}
</style>
border-color css
<style>
span { border-color: #8ABECF; }
span { border-color: rgb(138,190,207); }
td.TdClassName
{
border-color: #8ABECF;
}
.TagClassName
{
border-color: #8ABECF;
}
</style>