Shades of Seagull #8EBFCD
Tints of Seagull #8EBFCD
RGB
CMYK
RGB Variations
Color information
#8EBFCD (or 0x8EBFCD) is known color: Seagull. HEX triplet: 8E, BF and CD. RGB value is (142,191,205). Sum of RGB (Red+Green+Blue) = 142+191+205=538 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.39% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #8EBFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBFCD is #714032. Grayscale: #B1B1B1. Windows color (decimal): -7422003 or 13483918. OLE color: 13483918.
HSL color Cylindrical-coordinate representation of color #8EBFCD: hue angle of 193.33º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EBFCD is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 191 | 205 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.20 |
| HSL | 193.33º | 0.39% | 0.68% | - |
| HSV(B) | 193.33º | 0.31% | 0.8% | - |
| XYZ | 40.81 | 47.42 | 64.76 | - |
| YUV | 177.95 | 143.27 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 191 | 205 | 0.31 | 0.07 | 0 | 0.20 | 193.33 | 0.39 | 0.68 |
| Hex | 8E | BF | CD | 1F | 7 | 0 | 14 | C1 | 27 | 44 |
| Octal | 216 | 277 | 315 | 37 | 7 | 0 | 24 | 301 | 47 | 104 |
| Binary | 10001110 | 10111111 | 11001101 | 11111 | 111 | 0 | 10100 | 11000001 | 100111 | 1000100 |
Color Harmonies of #8EBFCD
Complementary color
Monochromatic Colors of #8EBFCD
Black with #8EBFCD
Text Example
Text Example
White with #8EBFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBFCD; }
p { color: rgb(142,191,205); }
H1.HeaderClassName
{
color: #8EBFCD;
}
.AnyTagClassName
{
color: #8EBFCD;
}
</style>
background-color css
<style>
a { background-color: #8EBFCD; }
a { background-color: rgb(142,191,205); }
div.DivClassName
{
background-color: #8EBFCD;
}
.BgClassName
{
background-color: #8EBFCD;
}
</style>
border-color css
<style>
span { border-color: #8EBFCD; }
span { border-color: rgb(142,191,205); }
td.TdClassName
{
border-color: #8EBFCD;
}
.TagClassName
{
border-color: #8EBFCD;
}
</style>