Shades of Seagull #8BBDCA
Tints of Seagull #8BBDCA
RGB
CMYK
RGB Variations
Color information
#8BBDCA (or 0x8BBDCA) is known color: Seagull. HEX triplet: 8B, BD and CA. RGB value is (139,189,202). Sum of RGB (Red+Green+Blue) = 139+189+202=530 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.23% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #8BBDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBDCA is #744235. Grayscale: #AFAFAF. Windows color (decimal): -7619126 or 13286795. OLE color: 13286795.
HSL color Cylindrical-coordinate representation of color #8BBDCA: hue angle of 192.38º 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 #8BBDCA is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 189 | 202 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.21 |
| HSL | 192.38º | 0.37% | 0.67% | - |
| HSV(B) | 192.38º | 0.31% | 0.79% | - |
| XYZ | 39.51 | 46.15 | 62.7 | - |
| YUV | 175.53 | 142.94 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 189 | 202 | 0.31 | 0.06 | 0 | 0.21 | 192.38 | 0.37 | 0.67 |
| Hex | 8B | BD | CA | 1F | 6 | 0 | 15 | C0 | 25 | 43 |
| Octal | 213 | 275 | 312 | 37 | 6 | 0 | 25 | 300 | 45 | 103 |
| Binary | 10001011 | 10111101 | 11001010 | 11111 | 110 | 0 | 10101 | 11000000 | 100101 | 1000011 |
Color Harmonies of #8BBDCA
Complementary color
Monochromatic Colors of #8BBDCA
Black with #8BBDCA
Text Example
Text Example
White with #8BBDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBDCA; }
p { color: rgb(139,189,202); }
H1.HeaderClassName
{
color: #8BBDCA;
}
.AnyTagClassName
{
color: #8BBDCA;
}
</style>
background-color css
<style>
a { background-color: #8BBDCA; }
a { background-color: rgb(139,189,202); }
div.DivClassName
{
background-color: #8BBDCA;
}
.BgClassName
{
background-color: #8BBDCA;
}
</style>
border-color css
<style>
span { border-color: #8BBDCA; }
span { border-color: rgb(139,189,202); }
td.TdClassName
{
border-color: #8BBDCA;
}
.TagClassName
{
border-color: #8BBDCA;
}
</style>