Shades of Seagull #8AB4CB
Tints of Seagull #8AB4CB
RGB
CMYK
RGB Variations
Color information
#8AB4CB (or 0x8AB4CB) is known color: Seagull. HEX triplet: 8A, B4 and CB. RGB value is (138,180,203). Sum of RGB (Red+Green+Blue) = 138+180+203=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #8AB4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB4CB is #754B34. Grayscale: #A9A9A9. Windows color (decimal): -7686965 or 13350026. OLE color: 13350026.
HSL color Cylindrical-coordinate representation of color #8AB4CB: hue angle of 201.23º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AB4CB is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 180 | 203 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.20 |
| HSL | 201.23º | 0.38% | 0.67% | - |
| HSV(B) | 201.23º | 0.32% | 0.8% | - |
| XYZ | 37.58 | 42.36 | 62.69 | - |
| YUV | 170.06 | 146.59 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 180 | 203 | 0.32 | 0.11 | 0 | 0.20 | 201.23 | 0.38 | 0.67 |
| Hex | 8A | B4 | CB | 20 | B | 0 | 14 | C9 | 26 | 43 |
| Octal | 212 | 264 | 313 | 40 | 13 | 0 | 24 | 311 | 46 | 103 |
| Binary | 10001010 | 10110100 | 11001011 | 100000 | 1011 | 0 | 10100 | 11001001 | 100110 | 1000011 |
Color Harmonies of #8AB4CB
Complementary color
Monochromatic Colors of #8AB4CB
Black with #8AB4CB
Text Example
Text Example
White with #8AB4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB4CB; }
p { color: rgb(138,180,203); }
H1.HeaderClassName
{
color: #8AB4CB;
}
.AnyTagClassName
{
color: #8AB4CB;
}
</style>
background-color css
<style>
a { background-color: #8AB4CB; }
a { background-color: rgb(138,180,203); }
div.DivClassName
{
background-color: #8AB4CB;
}
.BgClassName
{
background-color: #8AB4CB;
}
</style>
border-color css
<style>
span { border-color: #8AB4CB; }
span { border-color: rgb(138,180,203); }
td.TdClassName
{
border-color: #8AB4CB;
}
.TagClassName
{
border-color: #8AB4CB;
}
</style>