Shades of Seagull #8CBBD2
Tints of Seagull #8CBBD2
RGB
CMYK
RGB Variations
Color information
#8CBBD2 (or 0x8CBBD2) is known color: Seagull. HEX triplet: 8C, BB and D2. RGB value is (140,187,210). Sum of RGB (Red+Green+Blue) = 140+187+210=537 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.07% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 210 (82.42% from 255 or 39.11% from 537); Max value from RGB is 210 - color contains mainly: blue. Hex color #8CBBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBBD2 is #73442D. Grayscale: #AFAFAF. Windows color (decimal): -7554094 or 13810572. OLE color: 13810572.
HSL color Cylindrical-coordinate representation of color #8CBBD2: hue angle of 199.71º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CBBD2 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 187 | 210 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.18 |
| HSL | 199.71º | 0.44% | 0.69% | - |
| HSV(B) | 199.71º | 0.33% | 0.82% | - |
| XYZ | 40.22 | 45.77 | 67.69 | - |
| YUV | 175.57 | 147.43 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 187 | 210 | 0.33 | 0.11 | 0 | 0.18 | 199.71 | 0.44 | 0.69 |
| Hex | 8C | BB | D2 | 21 | B | 0 | 12 | C8 | 2C | 45 |
| Octal | 214 | 273 | 322 | 41 | 13 | 0 | 22 | 310 | 54 | 105 |
| Binary | 10001100 | 10111011 | 11010010 | 100001 | 1011 | 0 | 10010 | 11001000 | 101100 | 1000101 |
Color Harmonies of #8CBBD2
Complementary color
Monochromatic Colors of #8CBBD2
Black with #8CBBD2
Text Example
Text Example
White with #8CBBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBBD2; }
p { color: rgb(140,187,210); }
H1.HeaderClassName
{
color: #8CBBD2;
}
.AnyTagClassName
{
color: #8CBBD2;
}
</style>
background-color css
<style>
a { background-color: #8CBBD2; }
a { background-color: rgb(140,187,210); }
div.DivClassName
{
background-color: #8CBBD2;
}
.BgClassName
{
background-color: #8CBBD2;
}
</style>
border-color css
<style>
span { border-color: #8CBBD2; }
span { border-color: rgb(140,187,210); }
td.TdClassName
{
border-color: #8CBBD2;
}
.TagClassName
{
border-color: #8CBBD2;
}
</style>