Shades of Seagull #8ABBD3
Tints of Seagull #8ABBD3
RGB
CMYK
RGB Variations
Color information
#8ABBD3 (or 0x8ABBD3) is known color: Seagull. HEX triplet: 8A, BB and D3. RGB value is (138,187,211). Sum of RGB (Red+Green+Blue) = 138+187+211=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 211 - color contains mainly: blue. Hex color #8ABBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABBD3 is #75442C. Grayscale: #AEAEAE. Windows color (decimal): -7685165 or 13876106. OLE color: 13876106.
HSL color Cylindrical-coordinate representation of color #8ABBD3: hue angle of 199.73º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ABBD3 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 187 | 211 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.17 |
| HSL | 199.73º | 0.45% | 0.68% | - |
| HSV(B) | 199.73º | 0.35% | 0.83% | - |
| XYZ | 40.01 | 45.65 | 68.33 | - |
| YUV | 175.09 | 148.27 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 211 | 0.35 | 0.11 | 0 | 0.17 | 199.73 | 0.45 | 0.68 |
| Hex | 8A | BB | D3 | 23 | B | 0 | 11 | C8 | 2D | 44 |
| Octal | 212 | 273 | 323 | 43 | 13 | 0 | 21 | 310 | 55 | 104 |
| Binary | 10001010 | 10111011 | 11010011 | 100011 | 1011 | 0 | 10001 | 11001000 | 101101 | 1000100 |
Color Harmonies of #8ABBD3
Complementary color
Monochromatic Colors of #8ABBD3
Black with #8ABBD3
Text Example
Text Example
White with #8ABBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABBD3; }
p { color: rgb(138,187,211); }
H1.HeaderClassName
{
color: #8ABBD3;
}
.AnyTagClassName
{
color: #8ABBD3;
}
</style>
background-color css
<style>
a { background-color: #8ABBD3; }
a { background-color: rgb(138,187,211); }
div.DivClassName
{
background-color: #8ABBD3;
}
.BgClassName
{
background-color: #8ABBD3;
}
</style>
border-color css
<style>
span { border-color: #8ABBD3; }
span { border-color: rgb(138,187,211); }
td.TdClassName
{
border-color: #8ABBD3;
}
.TagClassName
{
border-color: #8ABBD3;
}
</style>