#165B80

Color #165B80 Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #165B80

Tints of Bahama Blue #165B80

Color information

#165B80 (or 0x165B80) is unknown color: approx Bahama Blue. HEX triplet: 16, 5B and 80. RGB value is (22,91,128). Sum of RGB (Red+Green+Blue) = 22+91+128=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #165B80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165B80 is #E9A47F. Grayscale: #4A4A4A. Windows color (decimal): -15312000 or 8411926. OLE color: 8411926.

HSL color Cylindrical-coordinate representation of color #165B80: hue angle of 200.94º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #165B80 is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2291128-
CMYK0.830.2900.50
HSL200.94º70.67%29.41%-
HSV(B)200.94º82.81%50.2%-
XYZ7.979.2121.78-
YUV74.59158.1490.49-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.13%
GREEN value IS 91 (35.94% from 255) = 37.76%
BLUE value IS 128 (50.39% from 255) = 53.11%
R=9.13%
G=37.76%
B=53.11%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal22911280.830.2900.50200.9470.6729.41
Hex165B80531D032c9471d
Octal261332001233506231110735
Binary10110101101110000000101001111101011001011001001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165B80; }

 p { color: rgb(22,91,128); }

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

<style>
 a { background-color: #165B80; }

 a { background-color: rgb(22,91,128); }

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

<style>
 span { border-color: #165B80; }

 span { border-color: rgb(22,91,128); }

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