Shades of Tradewind #69BBB2
Tints of Tradewind #69BBB2
RGB
CMYK
RGB Variations
Color information
#69BBB2 (or 0x69BBB2) is known color: Tradewind. HEX triplet: 69, BB and B2. RGB value is (105,187,178). Sum of RGB (Red+Green+Blue) = 105+187+178=470 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.34% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 187 - color contains mainly: green. Hex color #69BBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BBB2 is #96444D. Grayscale: #A1A1A1. Windows color (decimal): -9847886 or 11713385. OLE color: 11713385.
HSL color Cylindrical-coordinate representation of color #69BBB2: hue angle of 173.41º 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 #69BBB2 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 187 | 178 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.27 |
| HSL | 173.41º | 0.38% | 0.57% | - |
| HSV(B) | 173.41º | 0.44% | 0.73% | - |
| XYZ | 31.63 | 41.76 | 48.51 | - |
| YUV | 161.46 | 137.33 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 187 | 178 | 0.44 | 0 | 0.05 | 0.27 | 173.41 | 0.38 | 0.57 |
| Hex | 69 | BB | B2 | 2C | 0 | 5 | 1B | AD | 26 | 39 |
| Octal | 151 | 273 | 262 | 54 | 0 | 5 | 33 | 255 | 46 | 71 |
| Binary | 1101001 | 10111011 | 10110010 | 101100 | 0 | 101 | 11011 | 10101101 | 100110 | 111001 |
Color Harmonies of #69BBB2
Complementary color
Monochromatic Colors of #69BBB2
Black with #69BBB2
Text Example
Text Example
White with #69BBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BBB2; }
p { color: rgb(105,187,178); }
H1.HeaderClassName
{
color: #69BBB2;
}
.AnyTagClassName
{
color: #69BBB2;
}
</style>
background-color css
<style>
a { background-color: #69BBB2; }
a { background-color: rgb(105,187,178); }
div.DivClassName
{
background-color: #69BBB2;
}
.BgClassName
{
background-color: #69BBB2;
}
</style>
border-color css
<style>
span { border-color: #69BBB2; }
span { border-color: rgb(105,187,178); }
td.TdClassName
{
border-color: #69BBB2;
}
.TagClassName
{
border-color: #69BBB2;
}
</style>