#207B83

Color #207B83 Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #207B83

Tints of Atoll #207B83

Color information

#207B83 (or 0x207B83) is unknown color: approx Atoll. HEX triplet: 20, 7B and 83. RGB value is (32,123,131). Sum of RGB (Red+Green+Blue) = 32+123+131=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 123 (48.44% from 255 or 43.01% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 131 - color contains mainly: blue. Hex color #207B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207B83 is #DF847C. Grayscale: #606060. Windows color (decimal): -14648445 or 8616736. OLE color: 8616736.

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

Color convert

RGB32123131-
CMYK0.760.0600.49
HSL184.85º60.74%31.96%-
HSV(B)184.85º75.57%51.37%-
XYZ11.7816.1123.96-
YUV96.7147.3581.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.19%
GREEN value IS 123 (48.44% from 255) = 43.01%
BLUE value IS 131 (51.56% from 255) = 45.80%
R=11.19%
G=43.01%
B=45.80%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal321231310.760.0600.49184.8560.7431.96
Hex207B834C6031b93d20
Octal4017320311460612717540
Binary1000001111011100000111001100110011000110111001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207B83; }

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

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

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

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

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

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

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

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