#165680

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

Shades of Bahama Blue #165680

Tints of Bahama Blue #165680

Color information

#165680 (or 0x165680) is unknown color: approx Bahama Blue. HEX triplet: 16, 56 and 80. RGB value is (22,86,128). Sum of RGB (Red+Green+Blue) = 22+86+128=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 128 (50.39% from 255 or 54.24% from 236); Max value from RGB is 128 - color contains mainly: blue. Hex color #165680 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165680 is #E9A97F. Grayscale: #474747. Windows color (decimal): -15313280 or 8410646. OLE color: 8410646.

HSL color Cylindrical-coordinate representation of color #165680: hue angle of 203.77º 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 #165680 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2286128-
CMYK0.830.3300.50
HSL203.77º70.67%29.41%-
HSV(B)203.77º82.81%50.2%-
XYZ7.558.3821.64-
YUV71.65159.892.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.32%
GREEN value IS 86 (33.98% from 255) = 36.44%
BLUE value IS 128 (50.39% from 255) = 54.24%
R=9.32%
G=36.44%
B=54.24%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal22861280.830.3300.50203.7770.6729.41
Hex1656805321032cc471d
Octal261262001234106231410735
Binary101101010110100000001010011100001011001011001100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165680; }

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

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

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

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

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

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

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

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