Shades of Seagull #8ABBDA
Tints of Seagull #8ABBDA
RGB
CMYK
RGB Variations
Color information
#8ABBDA (or 0x8ABBDA) is known color: Seagull. HEX triplet: 8A, BB and DA. RGB value is (138,187,218). Sum of RGB (Red+Green+Blue) = 138+187+218=543 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.41% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #8ABBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABBDA is #754425. Grayscale: #AFAFAF. Windows color (decimal): -7685158 or 14334858. OLE color: 14334858.
HSL color Cylindrical-coordinate representation of color #8ABBDA: hue angle of 203.25º 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 #8ABBDA is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 187 | 218 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.15 |
| HSL | 203.25º | 0.52% | 0.7% | - |
| HSV(B) | 203.25º | 0.37% | 0.85% | - |
| XYZ | 40.91 | 46.01 | 73.05 | - |
| YUV | 175.88 | 151.77 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 218 | 0.37 | 0.14 | 0 | 0.15 | 203.25 | 0.52 | 0.7 |
| Hex | 8A | BB | DA | 25 | E | 0 | F | CB | 34 | 46 |
| Octal | 212 | 273 | 332 | 45 | 16 | 0 | 17 | 313 | 64 | 106 |
| Binary | 10001010 | 10111011 | 11011010 | 100101 | 1110 | 0 | 1111 | 11001011 | 110100 | 1000110 |
Color Harmonies of #8ABBDA
Complementary color
Monochromatic Colors of #8ABBDA
Black with #8ABBDA
Text Example
Text Example
White with #8ABBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABBDA; }
p { color: rgb(138,187,218); }
H1.HeaderClassName
{
color: #8ABBDA;
}
.AnyTagClassName
{
color: #8ABBDA;
}
</style>
background-color css
<style>
a { background-color: #8ABBDA; }
a { background-color: rgb(138,187,218); }
div.DivClassName
{
background-color: #8ABBDA;
}
.BgClassName
{
background-color: #8ABBDA;
}
</style>
border-color css
<style>
span { border-color: #8ABBDA; }
span { border-color: rgb(138,187,218); }
td.TdClassName
{
border-color: #8ABBDA;
}
.TagClassName
{
border-color: #8ABBDA;
}
</style>