Shades of Seagull #8CB6CE
Tints of Seagull #8CB6CE
RGB
CMYK
RGB Variations
Color information
#8CB6CE (or 0x8CB6CE) is known color: Seagull. HEX triplet: 8C, B6 and CE. RGB value is (140,182,206). Sum of RGB (Red+Green+Blue) = 140+182+206=528 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.52% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #8CB6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB6CE is #734931. Grayscale: #ACACAC. Windows color (decimal): -7555378 or 13547148. OLE color: 13547148.
HSL color Cylindrical-coordinate representation of color #8CB6CE: hue angle of 201.82º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CB6CE is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 182 | 206 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.19 |
| HSL | 201.82º | 0.4% | 0.68% | - |
| HSV(B) | 201.82º | 0.32% | 0.81% | - |
| XYZ | 38.68 | 43.49 | 64.75 | - |
| YUV | 172.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 182 | 206 | 0.32 | 0.12 | 0 | 0.19 | 201.82 | 0.4 | 0.68 |
| Hex | 8C | B6 | CE | 20 | C | 0 | 13 | CA | 28 | 44 |
| Octal | 214 | 266 | 316 | 40 | 14 | 0 | 23 | 312 | 50 | 104 |
| Binary | 10001100 | 10110110 | 11001110 | 100000 | 1100 | 0 | 10011 | 11001010 | 101000 | 1000100 |
Color Harmonies of #8CB6CE
Complementary color
Monochromatic Colors of #8CB6CE
Black with #8CB6CE
Text Example
Text Example
White with #8CB6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB6CE; }
p { color: rgb(140,182,206); }
H1.HeaderClassName
{
color: #8CB6CE;
}
.AnyTagClassName
{
color: #8CB6CE;
}
</style>
background-color css
<style>
a { background-color: #8CB6CE; }
a { background-color: rgb(140,182,206); }
div.DivClassName
{
background-color: #8CB6CE;
}
.BgClassName
{
background-color: #8CB6CE;
}
</style>
border-color css
<style>
span { border-color: #8CB6CE; }
span { border-color: rgb(140,182,206); }
td.TdClassName
{
border-color: #8CB6CE;
}
.TagClassName
{
border-color: #8CB6CE;
}
</style>