Shades of Seagull #8CBDCB
Tints of Seagull #8CBDCB
RGB
CMYK
RGB Variations
Color information
#8CBDCB (or 0x8CBDCB) is known color: Seagull. HEX triplet: 8C, BD and CB. RGB value is (140,189,203). Sum of RGB (Red+Green+Blue) = 140+189+203=532 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.32% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #8CBDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBDCB is #734234. Grayscale: #AFAFAF. Windows color (decimal): -7553589 or 13352332. OLE color: 13352332.
HSL color Cylindrical-coordinate representation of color #8CBDCB: hue angle of 193.33º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CBDCB is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 189 | 203 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.20 |
| HSL | 193.33º | 0.38% | 0.67% | - |
| HSV(B) | 193.33º | 0.31% | 0.8% | - |
| XYZ | 39.79 | 46.28 | 63.34 | - |
| YUV | 175.95 | 143.27 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 189 | 203 | 0.31 | 0.07 | 0 | 0.20 | 193.33 | 0.38 | 0.67 |
| Hex | 8C | BD | CB | 1F | 7 | 0 | 14 | C1 | 26 | 43 |
| Octal | 214 | 275 | 313 | 37 | 7 | 0 | 24 | 301 | 46 | 103 |
| Binary | 10001100 | 10111101 | 11001011 | 11111 | 111 | 0 | 10100 | 11000001 | 100110 | 1000011 |
Color Harmonies of #8CBDCB
Complementary color
Monochromatic Colors of #8CBDCB
Black with #8CBDCB
Text Example
Text Example
White with #8CBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBDCB; }
p { color: rgb(140,189,203); }
H1.HeaderClassName
{
color: #8CBDCB;
}
.AnyTagClassName
{
color: #8CBDCB;
}
</style>
background-color css
<style>
a { background-color: #8CBDCB; }
a { background-color: rgb(140,189,203); }
div.DivClassName
{
background-color: #8CBDCB;
}
.BgClassName
{
background-color: #8CBDCB;
}
</style>
border-color css
<style>
span { border-color: #8CBDCB; }
span { border-color: rgb(140,189,203); }
td.TdClassName
{
border-color: #8CBDCB;
}
.TagClassName
{
border-color: #8CBDCB;
}
</style>