Shades of Seagull #8ABCDA
Tints of Seagull #8ABCDA
RGB
CMYK
RGB Variations
Color information
#8ABCDA (or 0x8ABCDA) is known color: Seagull. HEX triplet: 8A, BC and DA. RGB value is (138,188,218). Sum of RGB (Red+Green+Blue) = 138+188+218=544 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.37% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #8ABCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABCDA is #754325. Grayscale: #B0B0B0. Windows color (decimal): -7684902 or 14335114. OLE color: 14335114.
HSL color Cylindrical-coordinate representation of color #8ABCDA: hue angle of 202.5º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ABCDA is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 188 | 218 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.15 |
| HSL | 202.5º | 0.52% | 0.7% | - |
| HSV(B) | 202.5º | 0.37% | 0.85% | - |
| XYZ | 41.12 | 46.43 | 73.12 | - |
| YUV | 176.47 | 151.44 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 218 | 0.37 | 0.14 | 0 | 0.15 | 202.5 | 0.52 | 0.7 |
| Hex | 8A | BC | DA | 25 | E | 0 | F | CA | 34 | 46 |
| Octal | 212 | 274 | 332 | 45 | 16 | 0 | 17 | 312 | 64 | 106 |
| Binary | 10001010 | 10111100 | 11011010 | 100101 | 1110 | 0 | 1111 | 11001010 | 110100 | 1000110 |
Color Harmonies of #8ABCDA
Complementary color
Monochromatic Colors of #8ABCDA
Black with #8ABCDA
Text Example
Text Example
White with #8ABCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABCDA; }
p { color: rgb(138,188,218); }
H1.HeaderClassName
{
color: #8ABCDA;
}
.AnyTagClassName
{
color: #8ABCDA;
}
</style>
background-color css
<style>
a { background-color: #8ABCDA; }
a { background-color: rgb(138,188,218); }
div.DivClassName
{
background-color: #8ABCDA;
}
.BgClassName
{
background-color: #8ABCDA;
}
</style>
border-color css
<style>
span { border-color: #8ABCDA; }
span { border-color: rgb(138,188,218); }
td.TdClassName
{
border-color: #8ABCDA;
}
.TagClassName
{
border-color: #8ABCDA;
}
</style>