#205A86

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

Shades of Bahama Blue #205A86

Tints of Bahama Blue #205A86

Color information

#205A86 (or 0x205A86) is unknown color: approx Bahama Blue. HEX triplet: 20, 5A and 86. RGB value is (32,90,134). Sum of RGB (Red+Green+Blue) = 32+90+134=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 134 (52.73% from 255 or 52.34% from 256); Max value from RGB is 134 - color contains mainly: blue. Hex color #205A86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205A86 is #DFA579. Grayscale: #4D4D4D. Windows color (decimal): -14656890 or 8804896. OLE color: 8804896.

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

Color convert

RGB3290134-
CMYK0.760.3300.47
HSL205.88º61.45%32.55%-
HSV(B)205.88º76.12%52.55%-
XYZ8.559.3423.91-
YUV77.67159.7895.42-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.5%
GREEN value IS 90 (35.55% from 255) = 35.16%
BLUE value IS 134 (52.73% from 255) = 52.34%
R=12.5%
G=35.16%
B=52.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal32901340.760.3300.47205.8861.4532.55
Hex205A864C2102Fce3d21
Octal40132206114410573167541
Binary1000001011010100001101001100100001010111111001110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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