Shades of Seagull #8CC0D3
Tints of Seagull #8CC0D3
RGB
CMYK
RGB Variations
Color information
#8CC0D3 (or 0x8CC0D3) is known color: Seagull. HEX triplet: 8C, C0 and D3. RGB value is (140,192,211). Sum of RGB (Red+Green+Blue) = 140+192+211=543 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.78% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 211 - color contains mainly: blue. Hex color #8CC0D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC0D3 is #733F2C. Grayscale: #B2B2B2. Windows color (decimal): -7552813 or 13877388. OLE color: 13877388.
HSL color Cylindrical-coordinate representation of color #8CC0D3: hue angle of 196.06º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CC0D3 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 140 | 192 | 211 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.17 |
| HSL | 196.06º | 0.45% | 0.69% | - |
| HSV(B) | 196.06º | 0.34% | 0.83% | - |
| XYZ | 41.42 | 47.98 | 68.71 | - |
| YUV | 178.62 | 146.27 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 192 | 211 | 0.34 | 0.09 | 0 | 0.17 | 196.06 | 0.45 | 0.69 |
| Hex | 8C | C0 | D3 | 22 | 9 | 0 | 11 | C4 | 2D | 45 |
| Octal | 214 | 300 | 323 | 42 | 11 | 0 | 21 | 304 | 55 | 105 |
| Binary | 10001100 | 11000000 | 11010011 | 100010 | 1001 | 0 | 10001 | 11000100 | 101101 | 1000101 |
Color Harmonies of #8CC0D3
Complementary color
Monochromatic Colors of #8CC0D3
Black with #8CC0D3
Text Example
Text Example
White with #8CC0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC0D3; }
p { color: rgb(140,192,211); }
H1.HeaderClassName
{
color: #8CC0D3;
}
.AnyTagClassName
{
color: #8CC0D3;
}
</style>
background-color css
<style>
a { background-color: #8CC0D3; }
a { background-color: rgb(140,192,211); }
div.DivClassName
{
background-color: #8CC0D3;
}
.BgClassName
{
background-color: #8CC0D3;
}
</style>
border-color css
<style>
span { border-color: #8CC0D3; }
span { border-color: rgb(140,192,211); }
td.TdClassName
{
border-color: #8CC0D3;
}
.TagClassName
{
border-color: #8CC0D3;
}
</style>