Shades of Seagull #7BBBDC
Tints of Seagull #7BBBDC
RGB
CMYK
RGB Variations
Color information
#7BBBDC (or 0x7BBBDC) is known color: Seagull. HEX triplet: 7B, BB and DC. RGB value is (123,187,220). Sum of RGB (Red+Green+Blue) = 123+187+220=530 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.21% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #7BBBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBBDC is #844423. Grayscale: #ABABAB. Windows color (decimal): -8668196 or 14465915. OLE color: 14465915.
HSL color Cylindrical-coordinate representation of color #7BBBDC: hue angle of 200.41º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BBBDC is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 187 | 220 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.14 |
| HSL | 200.41º | 0.58% | 0.67% | - |
| HSV(B) | 200.41º | 0.44% | 0.86% | - |
| XYZ | 38.86 | 44.92 | 74.33 | - |
| YUV | 171.63 | 155.3 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 187 | 220 | 0.44 | 0.15 | 0 | 0.14 | 200.41 | 0.58 | 0.67 |
| Hex | 7B | BB | DC | 2C | F | 0 | E | C8 | 3A | 43 |
| Octal | 173 | 273 | 334 | 54 | 17 | 0 | 16 | 310 | 72 | 103 |
| Binary | 1111011 | 10111011 | 11011100 | 101100 | 1111 | 0 | 1110 | 11001000 | 111010 | 1000011 |
Color Harmonies of #7BBBDC
Complementary color
Monochromatic Colors of #7BBBDC
Black with #7BBBDC
Text Example
Text Example
White with #7BBBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBBDC; }
p { color: rgb(123,187,220); }
H1.HeaderClassName
{
color: #7BBBDC;
}
.AnyTagClassName
{
color: #7BBBDC;
}
</style>
background-color css
<style>
a { background-color: #7BBBDC; }
a { background-color: rgb(123,187,220); }
div.DivClassName
{
background-color: #7BBBDC;
}
.BgClassName
{
background-color: #7BBBDC;
}
</style>
border-color css
<style>
span { border-color: #7BBBDC; }
span { border-color: rgb(123,187,220); }
td.TdClassName
{
border-color: #7BBBDC;
}
.TagClassName
{
border-color: #7BBBDC;
}
</style>