#175F84

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

Shades of Bahama Blue #175F84

Tints of Bahama Blue #175F84

Color information

#175F84 (or 0x175F84) is unknown color: approx Bahama Blue. HEX triplet: 17, 5F and 84. RGB value is (23,95,132). Sum of RGB (Red+Green+Blue) = 23+95+132=250 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.2% from 250); Green value is 95 (37.5% from 255 or 38% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #175F84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175F84 is #E8A07B. Grayscale: #4D4D4D. Windows color (decimal): -15245436 or 8675095. OLE color: 8675095.

HSL color Cylindrical-coordinate representation of color #175F84: hue angle of 200.37º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #175F84 is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2395132-
CMYK0.830.2800.48
HSL200.37º70.32%30.39%-
HSV(B)200.37º82.58%51.76%-
XYZ8.6110.0323.31-
YUV77.69158.6588.99-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.2%
GREEN value IS 95 (37.5% from 255) = 38%
BLUE value IS 132 (51.95% from 255) = 52.8%
R=9.2%
G=38%
B=52.8%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal23951320.830.2800.48200.3770.3230.39
Hex175F84531C030c8461e
Octal271372041233406031010636
Binary10111101111110000100101001111100011000011001000100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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