Shades of Seagull #8ABDDA
Tints of Seagull #8ABDDA
RGB
CMYK
RGB Variations
Color information
#8ABDDA (or 0x8ABDDA) is known color: Seagull. HEX triplet: 8A, BD and DA. RGB value is (138,189,218). Sum of RGB (Red+Green+Blue) = 138+189+218=545 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.32% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #8ABDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABDDA is #754225. Grayscale: #B0B0B0. Windows color (decimal): -7684646 or 14335370. OLE color: 14335370.
HSL color Cylindrical-coordinate representation of color #8ABDDA: hue angle of 201.75º 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 #8ABDDA is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 189 | 218 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.15 |
| HSL | 201.75º | 0.52% | 0.7% | - |
| HSV(B) | 201.75º | 0.37% | 0.85% | - |
| XYZ | 41.33 | 46.86 | 73.2 | - |
| YUV | 177.06 | 151.1 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 189 | 218 | 0.37 | 0.13 | 0 | 0.15 | 201.75 | 0.52 | 0.7 |
| Hex | 8A | BD | DA | 25 | D | 0 | F | CA | 34 | 46 |
| Octal | 212 | 275 | 332 | 45 | 15 | 0 | 17 | 312 | 64 | 106 |
| Binary | 10001010 | 10111101 | 11011010 | 100101 | 1101 | 0 | 1111 | 11001010 | 110100 | 1000110 |
Color Harmonies of #8ABDDA
Complementary color
Monochromatic Colors of #8ABDDA
Black with #8ABDDA
Text Example
Text Example
White with #8ABDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABDDA; }
p { color: rgb(138,189,218); }
H1.HeaderClassName
{
color: #8ABDDA;
}
.AnyTagClassName
{
color: #8ABDDA;
}
</style>
background-color css
<style>
a { background-color: #8ABDDA; }
a { background-color: rgb(138,189,218); }
div.DivClassName
{
background-color: #8ABDDA;
}
.BgClassName
{
background-color: #8ABDDA;
}
</style>
border-color css
<style>
span { border-color: #8ABDDA; }
span { border-color: rgb(138,189,218); }
td.TdClassName
{
border-color: #8ABDDA;
}
.TagClassName
{
border-color: #8ABDDA;
}
</style>