Shades of Seagull #8EBBD4
Tints of Seagull #8EBBD4
RGB
CMYK
RGB Variations
Color information
#8EBBD4 (or 0x8EBBD4) is known color: Seagull. HEX triplet: 8E, BB and D4. RGB value is (142,187,212). Sum of RGB (Red+Green+Blue) = 142+187+212=541 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.25% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 212 - color contains mainly: blue. Hex color #8EBBD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBBD4 is #71442B. Grayscale: #B0B0B0. Windows color (decimal): -7423020 or 13941646. OLE color: 13941646.
HSL color Cylindrical-coordinate representation of color #8EBBD4: hue angle of 201.43º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8EBBD4 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 142 | 187 | 212 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.17 |
| HSL | 201.43º | 0.45% | 0.69% | - |
| HSV(B) | 201.43º | 0.33% | 0.83% | - |
| XYZ | 40.81 | 46.04 | 69.02 | - |
| YUV | 176.4 | 148.09 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 187 | 212 | 0.33 | 0.12 | 0 | 0.17 | 201.43 | 0.45 | 0.69 |
| Hex | 8E | BB | D4 | 21 | C | 0 | 11 | C9 | 2D | 45 |
| Octal | 216 | 273 | 324 | 41 | 14 | 0 | 21 | 311 | 55 | 105 |
| Binary | 10001110 | 10111011 | 11010100 | 100001 | 1100 | 0 | 10001 | 11001001 | 101101 | 1000101 |
Color Harmonies of #8EBBD4
Complementary color
Monochromatic Colors of #8EBBD4
Black with #8EBBD4
Text Example
Text Example
White with #8EBBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBBD4; }
p { color: rgb(142,187,212); }
H1.HeaderClassName
{
color: #8EBBD4;
}
.AnyTagClassName
{
color: #8EBBD4;
}
</style>
background-color css
<style>
a { background-color: #8EBBD4; }
a { background-color: rgb(142,187,212); }
div.DivClassName
{
background-color: #8EBBD4;
}
.BgClassName
{
background-color: #8EBBD4;
}
</style>
border-color css
<style>
span { border-color: #8EBBD4; }
span { border-color: rgb(142,187,212); }
td.TdClassName
{
border-color: #8EBBD4;
}
.TagClassName
{
border-color: #8EBBD4;
}
</style>