Shades of Seagull #8BBBCA
Tints of Seagull #8BBBCA
RGB
CMYK
RGB Variations
Color information
#8BBBCA (or 0x8BBBCA) is known color: Seagull. HEX triplet: 8B, BB and CA. RGB value is (139,187,202). Sum of RGB (Red+Green+Blue) = 139+187+202=528 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.33% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #8BBBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBBCA is #744435. Grayscale: #AEAEAE. Windows color (decimal): -7619638 or 13286283. OLE color: 13286283.
HSL color Cylindrical-coordinate representation of color #8BBBCA: hue angle of 194.29º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BBBCA is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 187 | 202 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.21 |
| HSL | 194.29º | 0.37% | 0.67% | - |
| HSV(B) | 194.29º | 0.31% | 0.79% | - |
| XYZ | 39.08 | 45.29 | 62.56 | - |
| YUV | 174.36 | 143.6 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 187 | 202 | 0.31 | 0.07 | 0 | 0.21 | 194.29 | 0.37 | 0.67 |
| Hex | 8B | BB | CA | 1F | 7 | 0 | 15 | C2 | 25 | 43 |
| Octal | 213 | 273 | 312 | 37 | 7 | 0 | 25 | 302 | 45 | 103 |
| Binary | 10001011 | 10111011 | 11001010 | 11111 | 111 | 0 | 10101 | 11000010 | 100101 | 1000011 |
Color Harmonies of #8BBBCA
Complementary color
Monochromatic Colors of #8BBBCA
Black with #8BBBCA
Text Example
Text Example
White with #8BBBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBBCA; }
p { color: rgb(139,187,202); }
H1.HeaderClassName
{
color: #8BBBCA;
}
.AnyTagClassName
{
color: #8BBBCA;
}
</style>
background-color css
<style>
a { background-color: #8BBBCA; }
a { background-color: rgb(139,187,202); }
div.DivClassName
{
background-color: #8BBBCA;
}
.BgClassName
{
background-color: #8BBBCA;
}
</style>
border-color css
<style>
span { border-color: #8BBBCA; }
span { border-color: rgb(139,187,202); }
td.TdClassName
{
border-color: #8BBBCA;
}
.TagClassName
{
border-color: #8BBBCA;
}
</style>