#115A86

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

Shades of Bahama Blue #115A86

Tints of Bahama Blue #115A86

Color information

#115A86 (or 0x115A86) is unknown color: approx Bahama Blue. HEX triplet: 11, 5A and 86. RGB value is (17,90,134). Sum of RGB (Red+Green+Blue) = 17+90+134=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 90 (35.55% from 255 or 37.34% 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 #115A86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115A86 is #EEA579. Grayscale: #484848. Windows color (decimal): -15639930 or 8804881. OLE color: 8804881.

HSL color Cylindrical-coordinate representation of color #115A86: hue angle of 202.56º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #115A86 is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1790134-
CMYK0.870.3300.47
HSL202.56º77.48%29.61%-
HSV(B)202.56º87.31%52.55%-
XYZ8.199.1523.89-
YUV73.19162.3287.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.05%
GREEN value IS 90 (35.55% from 255) = 37.34%
BLUE value IS 134 (52.73% from 255) = 55.60%
R=7.05%
G=37.34%
B=55.60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal17901340.870.3300.47202.5677.4829.61
Hex115A86572102Fcb4d1e
Octal211322061274105731311536
Binary100011011010100001101010111100001010111111001011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115A86; }

 p { color: rgb(17,90,134); }

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

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

 a { background-color: rgb(17,90,134); }

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

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

 span { border-color: rgb(17,90,134); }

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