#206083

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

Shades of Bahama Blue #206083

Tints of Bahama Blue #206083

Color information

#206083 (or 0x206083) is unknown color: approx Bahama Blue. HEX triplet: 20, 60 and 83. RGB value is (32,96,131). Sum of RGB (Red+Green+Blue) = 32+96+131=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 131 (51.56% from 255 or 50.58% from 259); Max value from RGB is 131 - color contains mainly: blue. Hex color #206083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206083 is #DF9F7C. Grayscale: #505050. Windows color (decimal): -14655357 or 8609824. OLE color: 8609824.

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

Color convert

RGB3296131-
CMYK0.760.2700.49
HSL201.21º60.74%31.96%-
HSV(B)201.21º75.57%51.37%-
XYZ8.8810.3123-
YUV80.85156.393.15-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.36%
GREEN value IS 96 (37.89% from 255) = 37.07%
BLUE value IS 131 (51.56% from 255) = 50.58%
R=12.36%
G=37.07%
B=50.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32961310.760.2700.49201.2160.7431.96
Hex2060834C1B031c93d20
Octal40140203114330613117540
Binary100000110000010000011100110011011011000111001001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206083; }

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

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

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

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

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

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

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

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