#205F80

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

Shades of Bahama Blue #205F80

Tints of Bahama Blue #205F80

Color information

#205F80 (or 0x205F80) is unknown color: approx Bahama Blue. HEX triplet: 20, 5F and 80. RGB value is (32,95,128). Sum of RGB (Red+Green+Blue) = 32+95+128=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 128 (50.39% from 255 or 50.20% from 255); Max value from RGB is 128 - color contains mainly: blue. Hex color #205F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205F80 is #DFA07F. Grayscale: #4F4F4F. Windows color (decimal): -14655616 or 8412960. OLE color: 8412960.

HSL color Cylindrical-coordinate representation of color #205F80: hue angle of 200.62º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #205F80 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3295128-
CMYK0.750.2600.50
HSL200.62º60%31.37%-
HSV(B)200.62º75%50.2%-
XYZ8.5810.0521.91-
YUV79.92155.1393.82-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.55%
GREEN value IS 95 (37.5% from 255) = 37.25%
BLUE value IS 128 (50.39% from 255) = 50.20%
R=12.55%
G=37.25%
B=50.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal32951280.750.2600.50200.626031.37
Hex205F804B1A032c93c1f
Octal40137200113320623117437
Binary10000010111111000000010010111101001100101100100111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205F80; }

 p { color: rgb(32,95,128); }

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

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

 a { background-color: rgb(32,95,128); }

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

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

 span { border-color: rgb(32,95,128); }

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