#176085

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

Shades of Bahama Blue #176085

Tints of Bahama Blue #176085

Color information

#176085 (or 0x176085) is unknown color: approx Bahama Blue. HEX triplet: 17, 60 and 85. RGB value is (23,96,133). Sum of RGB (Red+Green+Blue) = 23+96+133=252 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.13% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #176085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176085 is #E89F7A. Grayscale: #4E4E4E. Windows color (decimal): -15245179 or 8740887. OLE color: 8740887.

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

Color convert

RGB2396133-
CMYK0.830.2800.48
HSL200.18º70.51%30.59%-
HSV(B)200.18º82.71%52.16%-
XYZ8.7710.2423.7-
YUV78.39158.8288.49-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.13%
GREEN value IS 96 (37.89% from 255) = 38.10%
BLUE value IS 133 (52.34% from 255) = 52.78%
R=9.13%
G=38.10%
B=52.78%

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
Decimal23961330.830.2800.48200.1870.5130.59
Hex176085531C030c8471f
Octal271402051233406031010737
Binary10111110000010000101101001111100011000011001000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #176085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #176085; }

 p { color: rgb(23,96,133); }

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

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

 a { background-color: rgb(23,96,133); }

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

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

 span { border-color: rgb(23,96,133); }

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