#206082

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

Shades of Bahama Blue #206082

Tints of Bahama Blue #206082

Color information

#206082 (or 0x206082) is unknown color: approx Bahama Blue. HEX triplet: 20, 60 and 82. RGB value is (32,96,130). Sum of RGB (Red+Green+Blue) = 32+96+130=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 130 (51.17% from 255 or 50.39% from 258); Max value from RGB is 130 - color contains mainly: blue. Hex color #206082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206082 is #DF9F7D. Grayscale: #505050. Windows color (decimal): -14655358 or 8544288. OLE color: 8544288.

HSL color Cylindrical-coordinate representation of color #206082: hue angle of 200.82º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #206082 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3296130-
CMYK0.750.2600.49
HSL200.82º60.49%31.76%-
HSV(B)200.82º75.38%50.98%-
XYZ8.8110.2822.64-
YUV80.74155.893.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.40%
GREEN value IS 96 (37.89% from 255) = 37.21%
BLUE value IS 130 (51.17% from 255) = 50.39%
R=12.40%
G=37.21%
B=50.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32961300.750.2600.49200.8260.4931.76
Hex2060824B1A031c93c20
Octal40140202113320613117440
Binary100000110000010000010100101111010011000111001001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206082; }

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

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

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

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

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

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

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

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