Shades of Seagull #8BB6CF
Tints of Seagull #8BB6CF
RGB
CMYK
RGB Variations
Color information
#8BB6CF (or 0x8BB6CF) is known color: Seagull. HEX triplet: 8B, B6 and CF. RGB value is (139,182,207). Sum of RGB (Red+Green+Blue) = 139+182+207=528 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.33% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #8BB6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB6CF is #744930. Grayscale: #ABABAB. Windows color (decimal): -7620913 or 13612683. OLE color: 13612683.
HSL color Cylindrical-coordinate representation of color #8BB6CF: hue angle of 202.06º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BB6CF is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 182 | 207 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.19 |
| HSL | 202.06º | 0.41% | 0.68% | - |
| HSV(B) | 202.06º | 0.33% | 0.81% | - |
| XYZ | 38.64 | 43.45 | 65.38 | - |
| YUV | 171.99 | 147.75 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 182 | 207 | 0.33 | 0.12 | 0 | 0.19 | 202.06 | 0.41 | 0.68 |
| Hex | 8B | B6 | CF | 21 | C | 0 | 13 | CA | 29 | 44 |
| Octal | 213 | 266 | 317 | 41 | 14 | 0 | 23 | 312 | 51 | 104 |
| Binary | 10001011 | 10110110 | 11001111 | 100001 | 1100 | 0 | 10011 | 11001010 | 101001 | 1000100 |
Color Harmonies of #8BB6CF
Complementary color
Monochromatic Colors of #8BB6CF
Black with #8BB6CF
Text Example
Text Example
White with #8BB6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB6CF; }
p { color: rgb(139,182,207); }
H1.HeaderClassName
{
color: #8BB6CF;
}
.AnyTagClassName
{
color: #8BB6CF;
}
</style>
background-color css
<style>
a { background-color: #8BB6CF; }
a { background-color: rgb(139,182,207); }
div.DivClassName
{
background-color: #8BB6CF;
}
.BgClassName
{
background-color: #8BB6CF;
}
</style>
border-color css
<style>
span { border-color: #8BB6CF; }
span { border-color: rgb(139,182,207); }
td.TdClassName
{
border-color: #8BB6CF;
}
.TagClassName
{
border-color: #8BB6CF;
}
</style>