Shades of Seagull #7DBBD2
Tints of Seagull #7DBBD2
RGB
CMYK
RGB Variations
Color information
#7DBBD2 (or 0x7DBBD2) is known color: Seagull. HEX triplet: 7D, BB and D2. RGB value is (125,187,210). Sum of RGB (Red+Green+Blue) = 125+187+210=522 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.95% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 210 (82.42% from 255 or 40.23% from 522); Max value from RGB is 210 - color contains mainly: blue. Hex color #7DBBD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBBD2 is #82442D. Grayscale: #AAAAAA. Windows color (decimal): -8537134 or 13810557. OLE color: 13810557.
HSL color Cylindrical-coordinate representation of color #7DBBD2: hue angle of 196.24º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DBBD2 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 125 | 187 | 210 | - |
CMYK | 0.40 | 0.11 | 0 | 0.18 |
HSL | 196.24º | 0.49% | 0.66% | - |
HSV(B) | 196.24º | 0.4% | 0.82% | - |
XYZ | 37.86 | 44.55 | 67.58 | - |
YUV | 171.08 | 149.96 | 95.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 187 | 210 | 0.40 | 0.11 | 0 | 0.18 | 196.24 | 0.49 | 0.66 |
Hex | 7D | BB | D2 | 28 | B | 0 | 12 | C4 | 31 | 42 |
Octal | 175 | 273 | 322 | 50 | 13 | 0 | 22 | 304 | 61 | 102 |
Binary | 1111101 | 10111011 | 11010010 | 101000 | 1011 | 0 | 10010 | 11000100 | 110001 | 1000010 |
Color Harmonies of #7DBBD2
Complementary color
Monochromatic Colors of #7DBBD2
Black with #7DBBD2
Text Example
Text Example
White with #7DBBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBBD2; }
p { color: rgb(125,187,210); }
H1.HeaderClassName
{
color: #7DBBD2;
}
.AnyTagClassName
{
color: #7DBBD2;
}
</style>
background-color css
<style>
a { background-color: #7DBBD2; }
a { background-color: rgb(125,187,210); }
div.DivClassName
{
background-color: #7DBBD2;
}
.BgClassName
{
background-color: #7DBBD2;
}
</style>
border-color css
<style>
span { border-color: #7DBBD2; }
span { border-color: rgb(125,187,210); }
td.TdClassName
{
border-color: #7DBBD2;
}
.TagClassName
{
border-color: #7DBBD2;
}
</style>