#205E85

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

Shades of Bahama Blue #205E85

Tints of Bahama Blue #205E85

Color information

#205E85 (or 0x205E85) is unknown color: approx Bahama Blue. HEX triplet: 20, 5E and 85. RGB value is (32,94,133). Sum of RGB (Red+Green+Blue) = 32+94+133=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #205E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205E85 is #DFA17A. Grayscale: #4F4F4F. Windows color (decimal): -14655867 or 8740384. OLE color: 8740384.

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

Color convert

RGB3294133-
CMYK0.760.2900.48
HSL203.17º61.21%32.35%-
HSV(B)203.17º75.94%52.16%-
XYZ8.8310.0123.66-
YUV79.91157.9693.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.36%
GREEN value IS 94 (37.11% from 255) = 36.29%
BLUE value IS 133 (52.34% from 255) = 51.35%
R=12.36%
G=36.29%
B=51.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32941330.760.2900.48203.1761.2132.35
Hex205E854C1D030cb3d20
Octal40136205114350603137540
Binary100000101111010000101100110011101011000011001011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,94,133); }

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

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

 a { background-color: rgb(32,94,133); }

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

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

 span { border-color: rgb(32,94,133); }

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