#69B7B1

Color #69B7B1 Tradewind (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tradewind #69B7B1

Tints of Tradewind #69B7B1

Color information

#69B7B1 (or 0x69B7B1) is unknown color: approx Tradewind. HEX triplet: 69, B7 and B1. RGB value is (105,183,177). Sum of RGB (Red+Green+Blue) = 105+183+177=465 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.58% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 183 - color contains mainly: green. Hex color #69B7B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B7B1 is #96484E. Grayscale: #9E9E9E. Windows color (decimal): -9848911 or 11646825. OLE color: 11646825.

HSL color Cylindrical-coordinate representation of color #69B7B1: hue angle of 175.38º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69B7B1 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB105183177-
CMYK0.4300.030.28
HSL175.38º35.14%56.47%-
HSV(B)175.38º42.62%71.76%-
XYZ30.6940.0447.71-
YUV158.99138.1689.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 22.58%
GREEN value IS 183 (71.88% from 255) = 39.35%
BLUE value IS 177 (69.53% from 255) = 38.06%
R=22.58%
G=39.35%
B=38.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1051831770.4300.030.28175.3835.1456.47
Hex69B7B12B031Caf2338
Octal1512672615303342574370
Binary110100110110111101100011010110111110010101111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69B7B1; }

 p { color: rgb(105,183,177); }

 H1.HeaderClassName
 {
   color: #69B7B1;
 }
 .AnyTagClassName
 {
   color: #69B7B1;
 }
</style>
background-color css

<style>
 a { background-color: #69B7B1; }

 a { background-color: rgb(105,183,177); }

 div.DivClassName
 {
   background-color: #69B7B1;
 }
 .BgClassName
 {
   background-color: #69B7B1;
 }
</style>
border-color css

<style>
 span { border-color: #69B7B1; }

 span { border-color: rgb(105,183,177); }

 td.TdClassName
 {
   border-color: #69B7B1;
 }
 .TagClassName
 {
   border-color: #69B7B1;
 }
</style>