Shades of Seagull #7BB4D3
Tints of Seagull #7BB4D3
RGB
CMYK
RGB Variations
Color information
#7BB4D3 (or 0x7BB4D3) is known color: Seagull. HEX triplet: 7B, B4 and D3. RGB value is (123,180,211). Sum of RGB (Red+Green+Blue) = 123+180+211=514 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.93% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 211 (82.81% from 255 or 41.05% from 514); Max value from RGB is 211 - color contains mainly: blue. Hex color #7BB4D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BB4D3 is #844B2C. Grayscale: #A6A6A6. Windows color (decimal): -8669997 or 13874299. OLE color: 13874299.
HSL color Cylindrical-coordinate representation of color #7BB4D3: hue angle of 201.14º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7BB4D3 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 123 | 180 | 211 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.17 |
| HSL | 201.14º | 0.5% | 0.65% | - |
| HSV(B) | 201.14º | 0.42% | 0.83% | - |
| XYZ | 36.25 | 41.56 | 67.74 | - |
| YUV | 166.49 | 153.12 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 180 | 211 | 0.42 | 0.15 | 0 | 0.17 | 201.14 | 0.5 | 0.65 |
| Hex | 7B | B4 | D3 | 2A | F | 0 | 11 | C9 | 32 | 41 |
| Octal | 173 | 264 | 323 | 52 | 17 | 0 | 21 | 311 | 62 | 101 |
| Binary | 1111011 | 10110100 | 11010011 | 101010 | 1111 | 0 | 10001 | 11001001 | 110010 | 1000001 |
Color Harmonies of #7BB4D3
Complementary color
Monochromatic Colors of #7BB4D3
Black with #7BB4D3
Text Example
Text Example
White with #7BB4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB4D3; }
p { color: rgb(123,180,211); }
H1.HeaderClassName
{
color: #7BB4D3;
}
.AnyTagClassName
{
color: #7BB4D3;
}
</style>
background-color css
<style>
a { background-color: #7BB4D3; }
a { background-color: rgb(123,180,211); }
div.DivClassName
{
background-color: #7BB4D3;
}
.BgClassName
{
background-color: #7BB4D3;
}
</style>
border-color css
<style>
span { border-color: #7BB4D3; }
span { border-color: rgb(123,180,211); }
td.TdClassName
{
border-color: #7BB4D3;
}
.TagClassName
{
border-color: #7BB4D3;
}
</style>