#175F82

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

Shades of Bahama Blue #175F82

Tints of Bahama Blue #175F82

Color information

#175F82 (or 0x175F82) is unknown color: approx Bahama Blue. HEX triplet: 17, 5F and 82. RGB value is (23,95,130). Sum of RGB (Red+Green+Blue) = 23+95+130=248 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.27% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #175F82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175F82 is #E8A07D. Grayscale: #4D4D4D. Windows color (decimal): -15245438 or 8544023. OLE color: 8544023.

HSL color Cylindrical-coordinate representation of color #175F82: hue angle of 199.63º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #175F82 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2395130-
CMYK0.820.2700.49
HSL199.63º69.93%30%-
HSV(B)199.63º82.31%50.98%-
XYZ8.479.9822.6-
YUV77.46157.6589.15-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.27%
GREEN value IS 95 (37.5% from 255) = 38.31%
BLUE value IS 130 (51.17% from 255) = 52.42%
R=9.27%
G=38.31%
B=52.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal23951300.820.2700.49199.6369.9330
Hex175F82521B031c8461e
Octal271372021223306131010636
Binary10111101111110000010101001011011011000111001000100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175F82; }

 p { color: rgb(23,95,130); }

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

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

 a { background-color: rgb(23,95,130); }

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

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

 span { border-color: rgb(23,95,130); }

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