#206084

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

Shades of Bahama Blue #206084

Tints of Bahama Blue #206084

Color information

#206084 (or 0x206084) is unknown color: approx Bahama Blue. HEX triplet: 20, 60 and 84. RGB value is (32,96,132). Sum of RGB (Red+Green+Blue) = 32+96+132=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #206084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206084 is #DF9F7B. Grayscale: #505050. Windows color (decimal): -14655356 or 8675360. OLE color: 8675360.

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

Color convert

RGB3296132-
CMYK0.760.2700.48
HSL201.6º60.98%32.16%-
HSV(B)201.6º75.76%51.76%-
XYZ8.9410.3423.35-
YUV80.97156.893.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.31%
GREEN value IS 96 (37.89% from 255) = 36.92%
BLUE value IS 132 (51.95% from 255) = 50.77%
R=12.31%
G=36.92%
B=50.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32961320.760.2700.48201.660.9832.16
Hex2060844C1B030ca3d20
Octal40140204114330603127540
Binary100000110000010000100100110011011011000011001010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206084; }

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

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

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

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

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

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

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

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