Shades of Seagull #8ABBD4
Tints of Seagull #8ABBD4
RGB
CMYK
RGB Variations
Color information
#8ABBD4 (or 0x8ABBD4) is known color: Seagull. HEX triplet: 8A, BB and D4. RGB value is (138,187,212). Sum of RGB (Red+Green+Blue) = 138+187+212=537 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.70% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 212 (83.20% from 255 or 39.48% from 537); Max value from RGB is 212 - color contains mainly: blue. Hex color #8ABBD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABBD4 is #75442B. Grayscale: #AFAFAF. Windows color (decimal): -7685164 or 13941642. OLE color: 13941642.
HSL color Cylindrical-coordinate representation of color #8ABBD4: hue angle of 200.27º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ABBD4 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 187 | 212 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.17 |
| HSL | 200.27º | 0.46% | 0.69% | - |
| HSV(B) | 200.27º | 0.35% | 0.83% | - |
| XYZ | 40.14 | 45.7 | 68.99 | - |
| YUV | 175.2 | 148.77 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 212 | 0.35 | 0.12 | 0 | 0.17 | 200.27 | 0.46 | 0.69 |
| Hex | 8A | BB | D4 | 23 | C | 0 | 11 | C8 | 2E | 45 |
| Octal | 212 | 273 | 324 | 43 | 14 | 0 | 21 | 310 | 56 | 105 |
| Binary | 10001010 | 10111011 | 11010100 | 100011 | 1100 | 0 | 10001 | 11001000 | 101110 | 1000101 |
Color Harmonies of #8ABBD4
Complementary color
Monochromatic Colors of #8ABBD4
Black with #8ABBD4
Text Example
Text Example
White with #8ABBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABBD4; }
p { color: rgb(138,187,212); }
H1.HeaderClassName
{
color: #8ABBD4;
}
.AnyTagClassName
{
color: #8ABBD4;
}
</style>
background-color css
<style>
a { background-color: #8ABBD4; }
a { background-color: rgb(138,187,212); }
div.DivClassName
{
background-color: #8ABBD4;
}
.BgClassName
{
background-color: #8ABBD4;
}
</style>
border-color css
<style>
span { border-color: #8ABBD4; }
span { border-color: rgb(138,187,212); }
td.TdClassName
{
border-color: #8ABBD4;
}
.TagClassName
{
border-color: #8ABBD4;
}
</style>