#175486

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

Shades of Bahama Blue #175486

Tints of Bahama Blue #175486

Color information

#175486 (or 0x175486) is unknown color: approx Bahama Blue. HEX triplet: 17, 54 and 86. RGB value is (23,84,134). Sum of RGB (Red+Green+Blue) = 23+84+134=241 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.54% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 134 (52.73% from 255 or 55.60% from 241); Max value from RGB is 134 - color contains mainly: blue. Hex color #175486 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175486 is #E8AB79. Grayscale: #474747. Windows color (decimal): -15248250 or 8803351. OLE color: 8803351.

HSL color Cylindrical-coordinate representation of color #175486: hue angle of 207.03º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #175486 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2384134-
CMYK0.830.3700.47
HSL207.03º70.7%30.78%-
HSV(B)207.03º82.84%52.55%-
XYZ7.838.2423.73-
YUV71.46163.2993.43-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.54%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 134 (52.73% from 255) = 55.60%
R=9.54%
G=34.85%
B=55.60%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal23841340.830.3700.47207.0370.730.78
Hex175486532502Fcf471f
Octal271242061234505731710737
Binary101111010100100001101010011100101010111111001111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175486; }

 p { color: rgb(23,84,134); }

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

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

 a { background-color: rgb(23,84,134); }

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

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

 span { border-color: rgb(23,84,134); }

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