#16588C

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

Shades of Bahama Blue #16588C

Tints of Bahama Blue #16588C

Color information

#16588C (or 0x16588C) is unknown color: approx Bahama Blue. HEX triplet: 16, 58 and 8C. RGB value is (22,88,140). Sum of RGB (Red+Green+Blue) = 22+88+140=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 140 (55.08% from 255 or 56% from 250); Max value from RGB is 140 - color contains mainly: blue. Hex color #16588C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16588C is #E9A773. Grayscale: #494949. Windows color (decimal): -15312756 or 9197590. OLE color: 9197590.

HSL color Cylindrical-coordinate representation of color #16588C: hue angle of 206.44º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16588C is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2288140-
CMYK0.840.3700.45
HSL206.44º72.84%31.76%-
HSV(B)206.44º84.29%54.9%-
XYZ8.559.0426.11-
YUV74.19165.1390.77-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.8%
GREEN value IS 88 (34.77% from 255) = 35.2%
BLUE value IS 140 (55.08% from 255) = 56%
R=8.8%
G=35.2%
B=56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal22881400.840.3700.45206.4472.8431.76
Hex16588C542502Dce4920
Octal261302141244505531611140
Binary1011010110001000110010101001001010101101110011101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16588C; }

 p { color: rgb(22,88,140); }

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

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

 a { background-color: rgb(22,88,140); }

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

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

 span { border-color: rgb(22,88,140); }

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