#205D83

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

Shades of Bahama Blue #205D83

Tints of Bahama Blue #205D83

Color information

#205D83 (or 0x205D83) is unknown color: approx Bahama Blue. HEX triplet: 20, 5D and 83. RGB value is (32,93,131). Sum of RGB (Red+Green+Blue) = 32+93+131=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 131 (51.56% from 255 or 51.17% from 256); Max value from RGB is 131 - color contains mainly: blue. Hex color #205D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205D83 is #DFA27C. Grayscale: #4E4E4E. Windows color (decimal): -14656125 or 8609056. OLE color: 8609056.

HSL color Cylindrical-coordinate representation of color #205D83: hue angle of 203.03º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #205D83 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3293131-
CMYK0.760.2900.49
HSL203.03º60.74%31.96%-
HSV(B)203.03º75.57%51.37%-
XYZ8.619.7722.91-
YUV79.09157.2994.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.5%
GREEN value IS 93 (36.72% from 255) = 36.33%
BLUE value IS 131 (51.56% from 255) = 51.17%
R=12.5%
G=36.33%
B=51.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32931310.760.2900.49203.0360.7431.96
Hex205D834C1D031cb3d20
Octal40135203114350613137540
Binary100000101110110000011100110011101011000111001011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,93,131); }

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

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

 a { background-color: rgb(32,93,131); }

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

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

 span { border-color: rgb(32,93,131); }

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