Shades of Seagull #8ABDCE
Tints of Seagull #8ABDCE
RGB
CMYK
RGB Variations
Color information
#8ABDCE (or 0x8ABDCE) is known color: Seagull. HEX triplet: 8A, BD and CE. RGB value is (138,189,206). Sum of RGB (Red+Green+Blue) = 138+189+206=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #8ABDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABDCE is #754231. Grayscale: #AFAFAF. Windows color (decimal): -7684658 or 13548938. OLE color: 13548938.
HSL color Cylindrical-coordinate representation of color #8ABDCE: hue angle of 195º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ABDCE is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 189 | 206 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.19 |
| HSL | 195º | 0.41% | 0.67% | - |
| HSV(B) | 195º | 0.33% | 0.81% | - |
| XYZ | 39.82 | 46.25 | 65.22 | - |
| YUV | 175.69 | 145.1 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 189 | 206 | 0.33 | 0.08 | 0 | 0.19 | 195 | 0.41 | 0.67 |
| Hex | 8A | BD | CE | 21 | 8 | 0 | 13 | C3 | 29 | 43 |
| Octal | 212 | 275 | 316 | 41 | 10 | 0 | 23 | 303 | 51 | 103 |
| Binary | 10001010 | 10111101 | 11001110 | 100001 | 1000 | 0 | 10011 | 11000011 | 101001 | 1000011 |
Color Harmonies of #8ABDCE
Complementary color
Monochromatic Colors of #8ABDCE
Black with #8ABDCE
Text Example
Text Example
White with #8ABDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABDCE; }
p { color: rgb(138,189,206); }
H1.HeaderClassName
{
color: #8ABDCE;
}
.AnyTagClassName
{
color: #8ABDCE;
}
</style>
background-color css
<style>
a { background-color: #8ABDCE; }
a { background-color: rgb(138,189,206); }
div.DivClassName
{
background-color: #8ABDCE;
}
.BgClassName
{
background-color: #8ABDCE;
}
</style>
border-color css
<style>
span { border-color: #8ABDCE; }
span { border-color: rgb(138,189,206); }
td.TdClassName
{
border-color: #8ABDCE;
}
.TagClassName
{
border-color: #8ABDCE;
}
</style>