Shades of Tradewind #69BBB0
Tints of Tradewind #69BBB0
RGB
CMYK
RGB Variations
Color information
#69BBB0 (or 0x69BBB0) is known color: Tradewind. HEX triplet: 69, BB and B0. RGB value is (105,187,176). Sum of RGB (Red+Green+Blue) = 105+187+176=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 187 - color contains mainly: green. Hex color #69BBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BBB0 is #96444F. Grayscale: #A1A1A1. Windows color (decimal): -9847888 or 11582313. OLE color: 11582313.
HSL color Cylindrical-coordinate representation of color #69BBB0: hue angle of 171.95º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69BBB0 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 187 | 176 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.27 |
| HSL | 171.95º | 0.38% | 0.57% | - |
| HSV(B) | 171.95º | 0.44% | 0.73% | - |
| XYZ | 31.43 | 41.68 | 47.46 | - |
| YUV | 161.23 | 136.33 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 187 | 176 | 0.44 | 0 | 0.06 | 0.27 | 171.95 | 0.38 | 0.57 |
| Hex | 69 | BB | B0 | 2C | 0 | 6 | 1B | AC | 26 | 39 |
| Octal | 151 | 273 | 260 | 54 | 0 | 6 | 33 | 254 | 46 | 71 |
| Binary | 1101001 | 10111011 | 10110000 | 101100 | 0 | 110 | 11011 | 10101100 | 100110 | 111001 |
Color Harmonies of #69BBB0
Complementary color
Monochromatic Colors of #69BBB0
Black with #69BBB0
Text Example
Text Example
White with #69BBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BBB0; }
p { color: rgb(105,187,176); }
H1.HeaderClassName
{
color: #69BBB0;
}
.AnyTagClassName
{
color: #69BBB0;
}
</style>
background-color css
<style>
a { background-color: #69BBB0; }
a { background-color: rgb(105,187,176); }
div.DivClassName
{
background-color: #69BBB0;
}
.BgClassName
{
background-color: #69BBB0;
}
</style>
border-color css
<style>
span { border-color: #69BBB0; }
span { border-color: rgb(105,187,176); }
td.TdClassName
{
border-color: #69BBB0;
}
.TagClassName
{
border-color: #69BBB0;
}
</style>