#205685

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

Shades of Bahama Blue #205685

Tints of Bahama Blue #205685

Color information

#205685 (or 0x205685) is unknown color: approx Bahama Blue. HEX triplet: 20, 56 and 85. RGB value is (32,86,133). Sum of RGB (Red+Green+Blue) = 32+86+133=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #205685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205685 is #DFA97A. Grayscale: #4A4A4A. Windows color (decimal): -14657915 or 8738336. OLE color: 8738336.

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

Color convert

RGB3286133-
CMYK0.760.3500.48
HSL207.92º61.21%32.35%-
HSV(B)207.92º75.94%52.16%-
XYZ8.168.6623.43-
YUV75.21160.6197.18-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.75%
GREEN value IS 86 (33.98% from 255) = 34.26%
BLUE value IS 133 (52.34% from 255) = 52.99%
R=12.75%
G=34.26%
B=52.99%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32861330.760.3500.48207.9261.2132.35
Hex2056854C23030d03d20
Octal40126205114430603207540
Binary1000001010110100001011001100100011011000011010000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205685; }

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

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

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

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

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

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

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

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