#176084

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

Shades of Bahama Blue #176084

Tints of Bahama Blue #176084

Color information

#176084 (or 0x176084) is unknown color: approx Bahama Blue. HEX triplet: 17, 60 and 84. RGB value is (23,96,132). Sum of RGB (Red+Green+Blue) = 23+96+132=251 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.16% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #176084 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176084 is #E89F7B. Grayscale: #4E4E4E. Windows color (decimal): -15245180 or 8675351. OLE color: 8675351.

HSL color Cylindrical-coordinate representation of color #176084: hue angle of 199.82º 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 #176084 is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2396132-
CMYK0.830.2700.48
HSL199.82º70.32%30.39%-
HSV(B)199.82º82.58%51.76%-
XYZ8.710.2123.34-
YUV78.28158.3288.57-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.16%
GREEN value IS 96 (37.89% from 255) = 38.25%
BLUE value IS 132 (51.95% from 255) = 52.59%
R=9.16%
G=38.25%
B=52.59%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal23961320.830.2700.48199.8270.3230.39
Hex176084531B030c8461e
Octal271402041233306031010636
Binary10111110000010000100101001111011011000011001000100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #176084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #176084; }

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

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

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

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

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

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

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

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