#185586

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

Shades of Bahama Blue #185586

Tints of Bahama Blue #185586

Color information

#185586 (or 0x185586) is unknown color: approx Bahama Blue. HEX triplet: 18, 55 and 86. RGB value is (24,85,134). Sum of RGB (Red+Green+Blue) = 24+85+134=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 134 (52.73% from 255 or 55.14% from 243); Max value from RGB is 134 - color contains mainly: blue. Hex color #185586 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185586 is #E7AA79. Grayscale: #484848. Windows color (decimal): -15182458 or 8803608. OLE color: 8803608.

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

Color convert

RGB2485134-
CMYK0.820.3700.47
HSL206.73º69.62%30.98%-
HSV(B)206.73º82.09%52.55%-
XYZ7.938.4123.76-
YUV72.35162.7993.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.88%
GREEN value IS 85 (33.59% from 255) = 34.98%
BLUE value IS 134 (52.73% from 255) = 55.14%
R=9.88%
G=34.98%
B=55.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal24851340.820.3700.47206.7369.6230.98
Hex185586522502Fcf461f
Octal301252061224505731710637
Binary110001010101100001101010010100101010111111001111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185586; }

 p { color: rgb(24,85,134); }

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

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

 a { background-color: rgb(24,85,134); }

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

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

 span { border-color: rgb(24,85,134); }

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